Home
last modified time | relevance | path

Searched refs:bindTextures (Results 1 – 25 of 128) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp75 this->bindTextures(primProc, pipeline.getAllowSRGBInputs(), &nextSamplerIdx); in setData()
83 this->bindTextures(xp, pipeline.getAllowSRGBInputs(), &nextSamplerIdx); in setData()
113 this->bindTextures(*fp, pipeline.getAllowSRGBInputs(), nextSamplerIdx); in setFragmentData()
152 void GrGLProgram::bindTextures(const GrProcessor& processor, in bindTextures() function in GrGLProgram
H A DGrGLProgram.h128 void bindTextures(const GrProcessor&, bool allowSRGBInputs, int* nextSamplerIdx);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrOpFlushState.h172 void bindTextures(const GrPrimitiveProcessor& primProc, in bindTextures() function
176 this->bindTextures(primProc, &ptr, pipeline); in bindTextures()
189 void bindTextures(const GrPrimitiveProcessor& primProc, in bindTextures() function
191 fOpsRenderPass->bindTextures(primProc, primProcTextures, pipeline); in bindTextures()
H A DGrOpsRenderPass.h71 void bindTextures(const GrPrimitiveProcessor&, const GrSurfaceProxy* const primProcTextures[],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrOpFlushState.h191 void bindTextures(const GrPrimitiveProcessor& primProc, in bindTextures() function
195 this->bindTextures(primProc, &ptr, pipeline); in bindTextures()
208 void bindTextures(const GrPrimitiveProcessor& primProc, in bindTextures() function
210 fOpsRenderPass->bindTextures(primProc, primProcTextures, pipeline); in bindTextures()
H A DGrOpsRenderPass.h71 void bindTextures(const GrPrimitiveProcessor&, const GrSurfaceProxy* const primProcTextures[],
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp83 this->bindTextures(primProc, pipeline.getAllowSRGBInputs(), &nextTexSamplerIdx, in setData()
123 this->bindTextures(*fp, pipeline.getAllowSRGBInputs(), nextTexSamplerIdx, in setFragmentData()
162 void GrGLProgram::bindTextures(const GrResourceIOProcessor& processor, in bindTextures() function in GrGLProgram
H A DGrGLProgram.h129 void bindTextures(const GrResourceIOProcessor&, bool allowSRGBInputs, int* nextSamplerIdx,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/tessellate/
H A DGrTessellatePathOp.cpp241 state->bindTextures(*fFillPathShader, nullptr, pipeline); in drawCoverPass()
253 state->bindTextures(shader, nullptr, pipeline); in drawCoverPass()
263 state->bindTextures(shader, nullptr, pipeline); in drawCoverPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DContext_gl_4_4_autogen.h21 void bindTextures(GLuint first, GLsizei count, const GLuint *textures); \
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gl_4_4_autogen.h21 void bindTextures(GLuint first, GLsizei count, const GLuint *textures); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DContext_gl_4_4_autogen.h21 void bindTextures(GLuint first, GLsizei count, const GLuint *textures); \
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu/src/
H A Dmarching_cubes.cpp66 device::bindTextures(edgeTable_, triTable_, numVertsTable_); in run()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/
H A Dmarching_cubes.cpp66 pcl::device::kinfuLS::bindTextures(edgeTable_, triTable_, numVertsTable_); in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.h51 void bindTextures(id<MTLRenderCommandEncoder> renderCmdEncoder);
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dglprogram.cpp270 void bindTextures() in DENG2_PIMPL()
482 d->bindTextures(); in beginUse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h125 void bindTextures(const GrPrimitiveProcessor&, const GrSurfaceProxy* const primProcTextures[],
H A DGrGLProgram.cpp103 void GrGLProgram::bindTextures(const GrPrimitiveProcessor& primProc, in bindTextures() function in GrGLProgram
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.h52 void bindTextures(id<MTLRenderCommandEncoder> renderCmdEncoder);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h124 void bindTextures(const GrPrimitiveProcessor&, const GrSurfaceProxy* const primProcTextures[],
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/sp/
H A Dsp_shader.hpp170 void bindTextures(const std::array<GLuint, 6>& tex,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrDrawPathOp.cpp102 flushState->bindTextures(programInfo.primProc(), nullptr, programInfo.pipeline()); in onExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrDrawPathOp.cpp101 flushState->bindTextures(programInfo.primProc(), nullptr, programInfo.pipeline()); in onExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrPathTessellateOp.cpp820 flushState->bindTextures(fFillTrianglesProgram->primProc(), nullptr, *fPipelineForFills); in drawCoverPass()
832 flushState->bindTextures(fFillPathProgram->primProc(), nullptr, *fPipelineForFills); in drawCoverPass()
844 flushState->bindTextures(fFillPathProgram->primProc(), nullptr, *fPipelineForFills); in drawCoverPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp158 flushState->bindTextures(fProgramInfo->primProc(), nullptr, fProgramInfo->pipeline()); in onExecute()

123456