Home
last modified time | relevance | path

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

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