Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrBackendSurface.cpp413 GrBackendTexture::GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function in GrBackendTexture
416 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
428 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture
452 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
466 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
487 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
500 GrBackendTexture::GrBackendTexture(int width, int height, const GrD3DTextureResourceInfo& d3dInfo) in GrBackendTexture() function in GrBackendTexture
506 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
519 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
529 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
[all …]
DGrResourceProvider.h19 class GrBackendTexture; variable
/external/skqp/src/gpu/
DGrBackendSurface.cpp170 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
181 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
196 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
209 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
221 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture
245 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture
DGrResourceProvider.h19 class GrBackendTexture; variable
/external/skia/src/gpu/dawn/
DGrDawnTexture.h43 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skia/src/gpu/mtl/
DGrMtlTexture.h57 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skia/src/gpu/d3d/
DGrD3DTexture.h59 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skqp/src/gpu/vk/
DGrVkTexture.h60 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skia/src/gpu/vk/
DGrVkTexture.h71 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skia/include/core/
DSkDeferredDisplayListRecorder.h18 class GrBackendTexture; variable
DSkSurface.h33 class GrBackendTexture; variable
DSkImage.h38 class GrBackendTexture; variable
/external/skqp/src/gpu/mtl/
DGrMtlTexture.h66 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skqp/include/gpu/
DGrBackendSurface.h28 GrBackendTexture() {} in GrBackendTexture() function
133 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function
/external/skia/src/gpu/mock/
DGrMockGpu.h167 bool onClearBackendTexture(const GrBackendTexture&, in onClearBackendTexture()
178 bool onUpdateCompressedBackendTexture(const GrBackendTexture&, in onUpdateCompressedBackendTexture()
DGrMockTexture.h70 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument
/external/skqp/include/core/
DSkSurface.h33 class GrBackendTexture; variable
DSkImage.h41 class GrBackendTexture; variable
DSkDeferredDisplayListRecorder.h18 class GrBackendTexture; variable
/external/skia/src/gpu/gl/
DGrGLTexture.cpp139 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument
/external/skqp/src/gpu/gl/
DGrGLTexture.cpp127 *releaseProc = [](GrBackendTexture){}; in onStealBackendTexture() argument
/external/skia/src/image/
DSkImage.cpp679 const GrBackendTexture&, GrSurfaceOrigin, in MakeFromTexture()
686 const GrBackendTexture&, in MakeFromCompressedTexture()
697 GrBackendTexture*, in MakeBackendTextureFromSkImage() argument
703 const GrBackendTexture&, GrSurfaceOrigin, in MakeFromAdoptedTexture()
DSkSurface.cpp62 bool SkSurface_Base::onReplaceBackendTexture(const GrBackendTexture&, in onReplaceBackendTexture()
398 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrRecordingContext*, const GrBackendTexture&, in MakeFromBackendTexture()
/external/skqp/src/image/
DSkSurface.cpp308 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&, in MakeFromBackendTexture()
325 const GrBackendTexture&, in MakeFromBackendTextureAsRenderTarget()
/external/skqp/src/gpu/mock/
DGrMockTexture.h74 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() argument

12