Searched refs:onUpdateCompressedBackendTexture (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 178 bool onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture() function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 155 bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrDawnGpu.cpp | 440 bool GrDawnGpu::onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 143 bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrMtlGpu.mm | 1041 bool GrMtlGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 231 bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrD3DGpu.cpp | 1288 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() function in GrD3DGpu
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 226 bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1680 bool GrVkGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 668 virtual bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 873 return this->onUpdateCompressedBackendTexture(backendTexture, in updateCompressedBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 224 bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
|
D | GrGLGpu.cpp | 1479 bool GrGLGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() function in GrGLGpu
|