Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp284 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
295 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
304 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
325 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
338 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
350 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
359 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
387 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture
DGrResourceProvider.h19 class GrBackendTexture; variable
/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
/third_party/skia/src/gpu/dawn/
DGrDawnTexture.h43 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTexture.h48 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.h53 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlTexture.h53 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/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.h71 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/flutter/skia/include/core/
DSkDeferredDisplayListRecorder.h18 class GrBackendTexture; variable
DSkImage.h32 class GrBackendTexture; variable
DSkSurface.h27 class GrBackendTexture; variable
/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h42 GrBackendTexture() {} in GrBackendTexture() function
183 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function
/third_party/skia/src/gpu/mock/
DGrMockGpu.h181 bool onClearBackendTexture(const GrBackendTexture&, in onClearBackendTexture()
192 bool onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture()
DGrMockTexture.h70 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/flutter/skia/src/gpu/gl/
DGrGLTexture.cpp140 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp140 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument
/third_party/flutter/skia/src/image/
DSkSurface.cpp84 bool SkSurface_Base::onReplaceBackendTexture(const GrBackendTexture&, in onReplaceBackendTexture()
512 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&, in MakeFromBackendTexture()
531 const GrBackendTexture&, in MakeFromBackendTextureAsRenderTarget()
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h67 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/third_party/skia/include/gpu/
DGrBackendSurface.h61 GrBackendTexture() {} in GrBackendTexture() function

12