Home
last modified time | relevance | path

Searched refs:onCreateCompressedBackendTexture (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h195 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
H A DGrMockGpu.cpp239 return {}; // should go through onCreateCompressedBackendTexture in onCreateBackendTexture()
253 GrBackendTexture GrMockGpu::onCreateCompressedBackendTexture( in onCreateCompressedBackendTexture() function in GrMockGpu
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h148 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h244 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
H A DGrD3DGpu.cpp1494 GrBackendTexture GrD3DGpu::onCreateCompressedBackendTexture( in onCreateCompressedBackendTexture() function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h160 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
H A DGrDawnGpu.cpp449 GrBackendTexture GrDawnGpu::onCreateCompressedBackendTexture( in onCreateCompressedBackendTexture() function in GrDawnGpu
/third_party/skia/src/gpu/
H A DGrGpu.h711 virtual GrBackendTexture onCreateCompressedBackendTexture(
H A DGrGpu.cpp940 return this->onCreateCompressedBackendTexture(dimensions, format, mipMapped, isProtected); in createCompressedBackendTexture()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h240 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
H A DGrVkGpu.cpp1840 GrBackendTexture GrVkGpu::onCreateCompressedBackendTexture( in onCreateCompressedBackendTexture() function in GrVkGpu
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h225 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
H A DGrGLGpu.cpp1512 GrBackendTexture GrGLGpu::onCreateCompressedBackendTexture( in onCreateCompressedBackendTexture() function in GrGLGpu
3640 // Compressed formats go through onCreateCompressedBackendTexture in onCreateBackendTexture()

Completed in 27 milliseconds