Home
last modified time | relevance | path

Searched refs:onCreateBackendTexture (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockGpu.h161 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrMockGpu.cpp221 GrBackendTexture GrMockGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrMockGpu
/external/skia/src/gpu/dawn/
DGrDawnGpu.h140 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrDawnGpu.cpp302 GrBackendTexture GrDawnGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h128 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrMtlGpu.mm926 GrBackendTexture GrMtlGpu::onCreateBackendTexture(SkISize dimensions, function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h216 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrD3DGpu.cpp1138 GrBackendTexture GrD3DGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrD3DGpu
1284 return this->onCreateBackendTexture(dimensions, format, GrRenderable::kNo, mipMapped, in onCreateCompressedBackendTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.h212 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrVkGpu.cpp1639 GrBackendTexture GrVkGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrVkGpu
1676 return this->onCreateBackendTexture(dimensions, format, GrRenderable::kNo, mipMapped, in onCreateCompressedBackendTexture()
/external/skia/src/gpu/
DGrGpu.h655 virtual GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrGpu.cpp795 return this->onCreateBackendTexture(dimensions, format, renderable, mipMapped, isProtected); in createBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.h209 GrBackendTexture onCreateBackendTexture(SkISize dimensions,
DGrGLGpu.cpp3576 GrBackendTexture GrGLGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() function in GrGLGpu