Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h244 const GrSwizzle& configOutputSwizzle(GrPixelConfig config) const { in configOutputSwizzle() function
/external/skia/src/gpu/
DGrProgramDesc.cpp208 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(rt->config()).asKey(); in Build()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1941 const GrSwizzle& swizzle = this->caps()->shaderCaps()->configOutputSwizzle( in flushGLState()
3473 if (this->caps()->shaderCaps()->configOutputSwizzle(src->config()) != in onCopySurface()
3474 this->caps()->shaderCaps()->configOutputSwizzle(dst->config())) { in onCopySurface()