Home
last modified time | relevance | path

Searched defs:GrBackendTexture (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrBackendSurface.cpp262 GrBackendTexture::GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function in GrBackendTexture
265 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
276 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
291 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
318 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture
H A DGrProxyProvider.h26 class GrBackendTexture; variable
H A DGrResourceProvider.h33 class GrBackendTexture; variable
H A DGrRecordingContextPriv.h28 class GrBackendTexture; variable
H A DSurfaceDrawContext.h45 class GrBackendTexture; variable
H A DGrGpu.h607 virtual bool setBackendTextureState(const GrBackendTexture&, in setBackendTextureState()
/aosp_15_r20/external/skia/src/image/
H A DSkSurface_Base.h23 class GrBackendTexture; variable
45 bool replaceBackendTexture(const GrBackendTexture&, in replaceBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h222 bool onClearBackendTexture(const GrBackendTexture&, in onClearBackendTexture()
233 bool onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture()
H A DGrMockTexture.h86 bool onStealBackendTexture(GrBackendTexture*, SkImages::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/aosp_15_r20/external/skia/include/gpu/ganesh/vk/
H A DGrVkBackendSurface.h17 class GrBackendTexture; variable
/aosp_15_r20/external/skia/include/gpu/ganesh/mtl/
H A DGrMtlBackendSurface.h16 class GrBackendTexture; variable
/aosp_15_r20/external/skia/include/gpu/ganesh/gl/
H A DGrGLBackendSurface.h17 class GrBackendTexture; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkBackendSurfacePriv.h15 class GrBackendTexture; variable
H A DGrVkTexture.h89 bool onStealBackendTexture(GrBackendTexture*, SkImages::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlTexture.h65 bool onStealBackendTexture(GrBackendTexture*, SkImages::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DTexture.h63 bool onStealBackendTexture(GrBackendTexture*, SkImages::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/aosp_15_r20/external/skia/include/gpu/ganesh/
H A DSkImageGanesh.h20 class GrBackendTexture; variable
H A DSkSurfaceGanesh.h18 class GrBackendTexture; variable
H A DGrDirectContext.h28 class GrBackendTexture; variable
H A DGrBackendSurface.h232 GrBackendTexture(int width, in GrBackendTexture() function
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshBase.h24 class GrBackendTexture; variable
H A DSkImage_Ganesh.h27 class GrBackendTexture; variable
/aosp_15_r20/external/skia/include/core/
H A DSkSurface.h25 class GrBackendTexture; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLTexture.cpp176 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument