Home
last modified time | relevance | path

Searched refs:textureSamplers (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLProgram.cpp32 const UniformInfoArray& textureSamplers, in Make() argument
45 textureSamplers, in Make()
56 program->fProgramDataManager.setSamplerUniforms(textureSamplers, 0); in Make()
64 const UniformInfoArray& textureSamplers, in GrGLProgram() argument
85 , fNumTextureSamplers(textureSamplers.count()) {} in GrGLProgram()
DGrGLProgram.h58 const UniformInfoArray& textureSamplers,
131 const UniformInfoArray& textureSamplers,
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgram.cpp33 const UniformInfoArray& textureSamplers, in GrGLProgram() argument
57 , fNumTextureSamplers(textureSamplers.count()) { in GrGLProgram()
60 fProgramDataManager.setSamplerUniforms(textureSamplers, 0); in GrGLProgram()
DGrGLProgram.h54 const UniformInfoArray& textureSamplers,
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.cpp64 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild() local
73 textureSamplers); in internalInvokeChild()
DGrGLSLFragmentProcessor.h108 const TextureSamplers& textureSamplers) in EmitArgs()
116 , fTexSamplers(textureSamplers) {} in EmitArgs()
DGrGLSLProgramBuilder.cpp205 GrGLSLFragmentProcessor::TextureSamplers textureSamplers(&fp, texSamplers.begin()); in emitAndInstallFragProc() local
213 textureSamplers); in emitAndInstallFragProc()