Home
last modified time | relevance | path

Searched defs:samplerHandle (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/glsl/
DGrGLSLShaderBuilder.cpp98 SamplerHandle samplerHandle, in appendTextureLookup()
105 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup()
116 SamplerHandle samplerHandle, in appendTextureLookupAndBlend()
129 void GrGLSLShaderBuilder::appendInputLoad(SamplerHandle samplerHandle) { in appendInputLoad()
/external/skia/src/gpu/ganesh/vk/
DGrVkMSAALoadManager.cpp87 GrVkDescriptorSetManager::Handle samplerHandle; in createMSAALoadProgram() local
/external/angle/src/libANGLE/
DContext.cpp1523 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler()