Searched defs:dstConfig (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 77 bool GrVkCaps::canCopyImage(GrPixelConfig dstConfig, int dstSampleCnt, GrSurfaceOrigin dstOrigin, in canCopyImage() 98 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 121 bool GrVkCaps::canCopyAsResolve(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsResolve() 147 bool GrVkCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, in canCopyAsDraw() 168 GrPixelConfig dstConfig = dst->config(); in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1972 GrPixelConfig dstConfig = dst->config(); in onCopySurface() local
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 78 bool GrVkCaps::canCopyImage(GrPixelConfig dstConfig, int dstSampleCnt, GrSurfaceOrigin dstOrigin, in canCopyImage() 103 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 131 bool GrVkCaps::canCopyAsResolve(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsResolve() 162 bool GrVkCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool dstIsRenderable, bool dstHasYcbcr, in canCopyAsDraw() 188 GrPixelConfig dstConfig = dst->config(); in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2014 GrPixelConfig dstConfig = dst->config(); in onCopySurface() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2118 bool GrGLCaps::canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer, in canCopyTexSubImage() 2155 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() 2226 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() 2249 GrPixelConfig dstConfig = dst->config(); in onCanCopySurface() local
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2136 bool GrGLCaps::canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer, in canCopyTexSubImage() 2173 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() 2244 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() 2267 GrPixelConfig dstConfig = dst->config(); in onCanCopySurface() local
|
/external/skqp/src/gpu/ |
D | SkGr.cpp | 338 static inline int32_t dither_range_type_for_config(GrPixelConfig dstConfig) { in dither_range_type_for_config()
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 343 static inline int32_t dither_range_type_for_config(GrPixelConfig dstConfig) { in dither_range_type_for_config()
|