Home
last modified time | relevance | path

Searched refs:GrPixelConfigIsAlphaOnly (Results 1 – 18 of 18) 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/skia/src/gpu/
DGrTextureAdjuster.cpp22 GrPixelConfigIsAlphaOnly(original->config()), useDecal) in GrTextureAdjuster()
DSkGpuDevice_drawTexture.cpp211 if (GrPixelConfigIsAlphaOnly(proxy->config())) { in draw_texture()
DSkGpuDevice.cpp1072 if (GrPixelConfigIsAlphaOnly(config)) { in drawSpecial()
/external/skia/src/shaders/
DSkImageShader.cpp232 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor()
/external/skqp/src/shaders/
DSkImageShader.cpp227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp505 if (GrPixelConfigIsAlphaOnly(config) && in initShaderCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm301 if (GrPixelConfigIsAlphaOnly(config)) {
/external/skia/src/gpu/vk/
DGrVkCaps.cpp556 if (GrPixelConfigIsAlphaOnly(config) && in initShaderCaps()
/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/skia/src/gpu/gl/
DGrGLCaps.cpp1251 bool surfaceIsAlphaOnly = GrPixelConfigIsAlphaOnly(surfaceConfig); in getExternalFormat()
1252 bool memoryIsAlphaOnly = GrPixelConfigIsAlphaOnly(memoryConfig); in getExternalFormat()
2047 if (GrPixelConfigIsAlphaOnly(config) && in initConfigTable()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm301 if (GrPixelConfigIsAlphaOnly(config)) {
/external/skqp/include/private/
DGrTypesPriv.h1080 static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { in GrPixelConfigIsAlphaOnly() function
/external/skia/include/private/
DGrTypesPriv.h986 static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { in GrPixelConfigIsAlphaOnly() function
/external/skia/tests/
DImageTest.cpp1071 REPORTER_ASSERT(reporter, expectAlpha == GrPixelConfigIsAlphaOnly(proxy->config())); in DEF_GPUTEST()
/external/skqp/tests/
DImageTest.cpp1071 REPORTER_ASSERT(reporter, expectAlpha == GrPixelConfigIsAlphaOnly(proxy->config())); in DEF_GPUTEST()