Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h131 const GrSwizzle& configTextureSwizzle(GrPixelConfig config) const { in configTextureSwizzle() function
DGrGLSLShaderBuilder.cpp93 const GrSwizzle& configSwizzle = glslCaps->configTextureSwizzle(sampler.config()); in appendTextureLookup()
/external/skia/src/gpu/vk/
DGrVkProgramDesc.cpp33 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey()); in add_texture_key()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp45 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey() | in add_texture_key()