Home
last modified time | relevance | path

Searched refs:GrPixelConfigIsAlphaOnly (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/
DGrTextureAdjuster.cpp21 GrPixelConfigIsAlphaOnly(original->config())) in GrTextureAdjuster()
DSkGpuDevice_drawTexture.cpp131 if (GrPixelConfigIsAlphaOnly(proxy->config())) { in draw_texture()
DSkGpuDevice.cpp1110 if (GrPixelConfigIsAlphaOnly(config)) { in drawSpecial()
/external/skqp/src/shaders/
DSkImageShader.cpp227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp544 if (GrPixelConfigIsAlphaOnly(config) && in initShaderCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm301 if (GrPixelConfigIsAlphaOnly(config)) {
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1244 bool surfaceIsAlphaOnly = GrPixelConfigIsAlphaOnly(surfaceConfig); in getExternalFormat()
1245 bool memoryIsAlphaOnly = GrPixelConfigIsAlphaOnly(memoryConfig); in getExternalFormat()
2029 if (GrPixelConfigIsAlphaOnly(config) && in initConfigTable()
/external/skqp/include/private/
DGrTypesPriv.h1080 static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { in GrPixelConfigIsAlphaOnly() function
/external/skqp/tests/
DImageTest.cpp1071 REPORTER_ASSERT(reporter, expectAlpha == GrPixelConfigIsAlphaOnly(proxy->config())); in DEF_GPUTEST()