Home
last modified time | relevance | path

Searched refs:samplerCount (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp201 int samplerCount = 0; in getSamplerHandle() local
204 return "args.fTexSamplers[" + to_string(samplerCount) + "]"; in getSamplerHandle()
207 ++samplerCount; in getSamplerHandle()
/external/skqp/src/sksl/
DSkSLCPPCodeGenerator.cpp201 int samplerCount = 0; in getSamplerHandle() local
204 return "args.fTexSamplers[" + to_string(samplerCount) + "]"; in getSamplerHandle()
207 ++samplerCount; in getSamplerHandle()
/external/swiftshader/src/OpenGL/libGL/
DContext.cpp2022 …int samplerCount = (samplerType == sw::SAMPLER_PIXEL) ? MAX_TEXTURE_IMAGE_UNITS : MAX_VERTEX_TEXTU… in applyTextures() local
2024 for(int samplerIndex = 0; samplerIndex < samplerCount; samplerIndex++) in applyTextures()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3111 …int samplerCount = (samplerType == sw::SAMPLER_PIXEL) ? MAX_TEXTURE_IMAGE_UNITS : MAX_VERTEX_TEXTU… in applyTextures() local
3113 for(int samplerIndex = 0; samplerIndex < samplerCount; samplerIndex++) in applyTextures()