Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCopyManager.cpp152 if (gpu->caps()->shaderCaps()->configOutputSwizzle(src->config()) != in copySurfaceAsDraw()
153 gpu->caps()->shaderCaps()->configOutputSwizzle(dst->config())) { in copySurfaceAsDraw()
DGrVkPipeline.cpp544 const GrSwizzle& swizzle = gpu->caps()->shaderCaps()->configOutputSwizzle(pixelConfig); in SetDynamicBlendConstantState()
/external/skia/include/gpu/
DGrShaderCaps.h248 const GrSwizzle& configOutputSwizzle(GrPixelConfig config) const { in configOutputSwizzle() function
/external/skia/src/gpu/
DGrProgramDesc.cpp231 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(rt->config()).asKey(); in Build()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1817 const GrSwizzle& swizzle = this->caps()->shaderCaps()->configOutputSwizzle( in flushGLState()
3401 if (this->caps()->shaderCaps()->configOutputSwizzle(src->config()) != in onCopySurface()
3402 this->caps()->shaderCaps()->configOutputSwizzle(dst->config())) { in onCopySurface()