Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBackendSurface.cpp450 GrBackendTexture::GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function in GrBackendTexture
453 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
466 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
498 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
513 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
535 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
549 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) in GrBackendTexture() function in GrBackendTexture
555 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
569 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
579 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
[all …]
DGrResourceProvider.h19 class GrBackendTexture; variable
DGrGpu.h578 virtual bool setBackendTextureState(const GrBackendTexture&, in setBackendTextureState()
DGrCaps.h25 class GrBackendTexture; variable
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.h43 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
DGrDawnGpu.cpp454 bool GrDawnGpu::onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture()
/third_party/skia/src/gpu/mtl/
DGrMtlTexture.h59 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/skia/src/gpu/d3d/
DGrD3DTexture.h60 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/skia/include/core/
DSkDeferredDisplayListRecorder.h19 class GrBackendTexture; variable
DSkSurface.h35 class GrBackendTexture; variable
DSkImage.h40 class GrBackendTexture; variable
/third_party/skia/src/gpu/vk/
DGrVkTexture.h73 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/skia/src/gpu/mock/
DGrMockGpu.h189 bool onClearBackendTexture(const GrBackendTexture&, in onClearBackendTexture()
200 bool onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture()
DGrMockTexture.h70 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp140 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument
/third_party/skia/include/gpu/
DGrBackendSurface.h61 GrBackendTexture() {} in GrBackendTexture() function
/third_party/skia/src/image/
DSkSurface.cpp70 bool SkSurface_Base::onReplaceBackendTexture(const GrBackendTexture&, in onReplaceBackendTexture()