Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp108 SamplerHandle samplerHandle, in appendTextureLookup()
115 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup()
126 SamplerHandle samplerHandle, in appendTextureLookupAndBlend()
149 void GrGLSLShaderBuilder::appendInputLoad(SamplerHandle samplerHandle) { in appendInputLoad()
/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp86 GrVkDescriptorSetManager::Handle samplerHandle; in createMSAALoadProgram() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1261 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler()