Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h58 sk_sp<GrTexture> onCreateTexture(SkISize,
H A DGrMockGpu.cpp94 sk_sp<GrTexture> GrMockGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrMockGpu
137 // Uncompressed formats should go through onCreateTexture in onCreateCompressedTexture()
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h158 sk_sp<GrTexture> onCreateTexture(SkISize,
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h134 sk_sp<GrTexture> onCreateTexture(SkISize,
H A DGrD3DGpu.cpp296 sk_sp<GrTexture> GrD3DGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h113 sk_sp<GrTexture> onCreateTexture(SkISize,
H A DGrDawnGpu.cpp221 sk_sp<GrTexture> GrDawnGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrDawnGpu
/third_party/skia/src/gpu/
H A DGrGpu.h732 // in base class before onCreateTexture is called.
734 virtual sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
H A DGrGpu.cpp129 auto tex = this->onCreateTexture(dimensions, in createTextureCommon()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h261 sk_sp<GrTexture> onCreateTexture(SkISize,
384 // helpers for onCreateTexture and writeTexturePixels
H A DGrVkGpu.cpp1146 sk_sp<GrTexture> GrVkGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrVkGpu
1159 HITRACE_OHOS_NAME_FMT_ALWAYS("onCreateTexture width = %d, height = %d", in onCreateTexture()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h245 sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
H A DGrGLGpu.cpp1350 sk_sp<GrTexture> GrGLGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrGLGpu

Completed in 25 milliseconds