| /third_party/skia/src/gpu/mock/ |
| D | GrMockGpu.h | 204 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrMockGpu.cpp | 270 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
|
| /third_party/flutter/skia/src/gpu/mock/ |
| D | GrMockGpu.h | 141 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrMockGpu.cpp | 301 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
|
| /third_party/flutter/skia/src/gpu/dawn/ |
| D | GrDawnGpu.h | 46 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrDawnGpu.cpp | 331 bool GrDawnGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrDawnGpu
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnGpu.h | 53 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrDawnGpu.cpp | 465 bool GrDawnGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrDawnGpu
|
| /third_party/flutter/skia/src/gpu/mtl/ |
| D | GrMtlGpu.h | 67 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrMtlGpu.mm | 822 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlGpu.h | 68 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrMtlGpu.mm | 1137 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DGpu.h | 63 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrD3DGpu.cpp | 1586 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkGpu.h | 90 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrVkGpu.cpp | 1903 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrGpu.h | 462 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkGpu.h | 98 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrVkGpu.cpp | 1947 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
|
| /third_party/skia/src/gpu/ |
| D | GrGpu.h | 590 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLGpu.h | 146 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLGpu.h | 167 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
| D | GrGLGpu.cpp | 3740 bool GrGLGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrGLGpu
|
| /third_party/skia/tests/ |
| D | ResourceCacheTest.cpp | 222 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(mbet->texture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 223 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(unmbet); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| /third_party/flutter/skia/tests/ |
| D | ResourceCacheTest.cpp | 239 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[0]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 240 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|