Searched refs:textureSamplers (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 32 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()
|
D | GrGLProgram.h | 58 const UniformInfoArray& textureSamplers, 131 const UniformInfoArray& textureSamplers,
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 33 const UniformInfoArray& textureSamplers, in GrGLProgram() argument 57 , fNumTextureSamplers(textureSamplers.count()) { in GrGLProgram() 60 fProgramDataManager.setSamplerUniforms(textureSamplers, 0); in GrGLProgram()
|
D | GrGLProgram.h | 54 const UniformInfoArray& textureSamplers,
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLFragmentProcessor.cpp | 64 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex); in internalInvokeChild() local 73 textureSamplers); in internalInvokeChild()
|
D | GrGLSLFragmentProcessor.h | 108 const TextureSamplers& textureSamplers) in EmitArgs() 116 , fTexSamplers(textureSamplers) {} in EmitArgs()
|
D | GrGLSLProgramBuilder.cpp | 205 GrGLSLFragmentProcessor::TextureSamplers textureSamplers(&fp, texSamplers.begin()); in emitAndInstallFragProc() local 213 textureSamplers); in emitAndInstallFragProc()
|