Home
last modified time | relevance | path

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

123

/third_party/skia/src/gpu/
DGrOpFlushState.h205 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function
210 this->bindTextures(geomProc, &ptr, pipeline); in bindTextures()
223 void bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function
226 fOpsRenderPass->bindTextures(geomProc, geomProcTextures, pipeline); in bindTextures()
DGrOpsRenderPass.h71 void bindTextures(const GrGeometryProcessor&,
DGrOpFlushState.cpp66 this->bindTextures(programInfo.geomProc(), fCurrDraw->fGeomProcProxies, in executeDrawsAndUploadsForMeshDrawOp()
DGrOpsRenderPass.cpp136 void GrOpsRenderPass::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrOpsRenderPass
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_4_autogen.h21 void bindTextures(GLuint first, GLsizei count, const GLuint *textures); \
/third_party/skia/src/gpu/ops/
DStrokeTessellateOp.cpp271 flushState->bindTextures(fStencilProgram->geomProc(), nullptr, fStencilProgram->pipeline()); in onExecute()
276 flushState->bindTextures(fFillProgram->geomProc(), nullptr, fFillProgram->pipeline()); in onExecute()
DPathInnerTriangulateOp.cpp491 flushState->bindTextures(fanProgram->geomProc(), nullptr, fanProgram->pipeline()); in onExecute()
500 flushState->bindTextures(fCoverHullsProgram->geomProc(), nullptr, *fPipelineForFills); in onExecute()
DPathTessellateOp.cpp125 flushState->bindTextures(fTessellationProgram->geomProc(), nullptr, in onExecute()
DDrawAtlasPathOp.cpp221 flushState->bindTextures(fProgram->geomProc(), *fAtlasHelper.proxy(), fProgram->pipeline()); in onExecute()
DRegionOp.cpp152 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
DPathStencilCoverOp.cpp347 flushState->bindTextures(fCoverBBoxProgram->geomProc(), nullptr, in onExecute()
DDrawAtlasOp.cpp255 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
DStrokeRectOp.cpp247 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
672 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
DGrOvalOpFactory.cpp1407 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
1738 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
2038 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
2312 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
2776 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
3099 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
DAALinearizingConvexPathRenderer.cpp288 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineState.h56 void bindTextures(GrMtlRenderCommandEncoder* renderCmdEncoder);
DGrMtlPipelineState.mm129 void GrMtlPipelineState::bindTextures(GrMtlRenderCommandEncoder* renderCmdEncoder) { function
/third_party/skia/src/gpu/gl/
DGrGLProgram.h107 void bindTextures(const GrGeometryProcessor&,
DGrGLProgram.cpp123 void GrGLProgram::bindTextures(const GrGeometryProcessor& geomProc, in bindTextures() function in GrGLProgram
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp162 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1893 gl.bindTextures(t_first, t_count, texture_ids); in iterate()
1920 gl.bindTextures(first, count, t_texture_ids); in iterate()
2028 gl.bindTextures(first, count, t_sampler_ids); in iterate()
2790 gl.bindTextures(0, max_textures, &texture_ids[0]); in iterate()
2811 gl.bindTextures(0, half_index, &t_texture_ids[0]); in iterate()
2830 gl.bindTextures(half_index, max_textures - half_index, 0); in iterate()
2860 gl.bindTextures(0, max_textures, &texture_ids[0]); in iterate()
2870 gl.bindTextures(0, max_textures, 0); in iterate()
3793 gl.bindTextures(0 /* first */, max_textures /* count */, &texture_ids[0]); in iterate()
4257 gl.bindTextures(0 /* first */, max_textures /* count */, &texture_ids[0]); in iterate()
/third_party/skia/tools/gpu/
DTestOps.cpp218 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_4_autogen.cpp133 context->bindTextures(first, count, textures); in BindTextures()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp271 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()
/third_party/skia/gm/
Dbeziereffects.cpp126 flushState->bindTextures(fProgramInfo->geomProc(), nullptr, fProgramInfo->pipeline()); in onExecute()

123