Home
last modified time | relevance | path

Searched refs:maxCombinedSamplers (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrShaderCaps.h228 int maxCombinedSamplers() const { return fMaxCombinedSamplers; } in maxCombinedSamplers() function
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp387 if (numCombinedSamplers > shaderCaps.maxCombinedSamplers()) { in checkSamplerCounts()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp230 fHWBoundTextureUniqueIDs.reset(this->caps()->shaderCaps()->maxCombinedSamplers()); in GrGLGpu()
249 fHWBufferTextures.reset(this->caps()->shaderCaps()->maxCombinedSamplers()); in GrGLGpu()