Searched refs:srcIsTextureable (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.h | 55 GrPixelConfig srcConfig, bool srcIsTextureable) const; 58 bool srcIsTextureable) const;
|
D | GrMtlCaps.mm | 143 GrPixelConfig srcConfig, bool srcIsTextureable) const { 150 if (!dstIsRenderable || !srcIsTextureable) { 157 bool srcIsTextureable) const { 163 if (!srcIsTextureable) {
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 55 GrPixelConfig srcConfig, bool srcIsTextureable) const; 58 bool srcIsTextureable) const;
|
D | GrMtlCaps.mm | 143 GrPixelConfig srcConfig, bool srcIsTextureable) const { 150 if (!dstIsRenderable || !srcIsTextureable) { 157 bool srcIsTextureable) const { 163 if (!srcIsTextureable) {
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 402 bool srcIsTextureable, bool srcIsGLTexture2D, 408 bool srcIsTextureable, bool srcIsGLTexture2D, 411 bool canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const;
|
D | GrGLCaps.cpp | 2140 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyTexSubImage() argument 2164 (!srcIsTextureable || srcIsGLTexture2D) && in canCopyTexSubImage() 2177 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyAsBlit() argument 2189 if (srcIsTextureable && !srcIsGLTexture2D) { in canCopyAsBlit() 2244 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() 2245 return this->canConfigBeFBOColorAttachment(dstConfig) && srcIsTextureable; in canCopyAsDraw()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 402 bool srcIsTextureable, bool srcIsGLTexture2D, 408 bool srcIsTextureable, bool srcIsGLTexture2D, 411 bool canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const;
|
D | GrGLCaps.cpp | 2122 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyTexSubImage() argument 2146 (!srcIsTextureable || srcIsGLTexture2D) && in canCopyTexSubImage() 2159 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyAsBlit() argument 2171 if (srcIsTextureable && !srcIsGLTexture2D) { in canCopyAsBlit() 2226 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw() 2227 return this->canConfigBeFBOColorAttachment(dstConfig) && srcIsTextureable; in canCopyAsDraw()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 157 GrPixelConfig srcConfig, bool srcIsTextureable, bool srcHasYcbcr) const;
|
D | GrVkCaps.cpp | 163 GrPixelConfig srcConfig, bool srcIsTextureable, in canCopyAsDraw() argument 172 if (!dstIsRenderable || !srcIsTextureable) { in canCopyAsDraw()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 144 GrPixelConfig srcConfig, bool srcIsTextureable) const;
|
D | GrVkCaps.cpp | 148 GrPixelConfig srcConfig, bool srcIsTextureable) const { in canCopyAsDraw() 156 if (!dstIsRenderable || !srcIsTextureable) { in canCopyAsDraw()
|