/external/skia/src/gpu/ |
D | GrContext.cpp | 369 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() 376 return GrBackendTexture(); in createBackendTexture() 380 return GrBackendTexture(); in createBackendTexture() 387 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() 393 return GrBackendTexture(); in createBackendTexture() 397 return GrBackendTexture(); in createBackendTexture() 405 GrBackendTexture GrContext::createBackendTexture(const SkSurfaceCharacterization& c) { in createBackendTexture() 407 return GrBackendTexture(); in createBackendTexture() 411 return GrBackendTexture(); in createBackendTexture() 416 return GrBackendTexture(); in createBackendTexture() [all …]
|
D | GrBackendSurface.cpp | 324 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 335 GrBackendTexture::GrBackendTexture(int width, int height, const GrVkImageInfo& vkInfo) in GrBackendTexture() function in GrBackendTexture 337 : GrBackendTexture(width, height, vkInfo, in GrBackendTexture() 344 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 356 sk_sp<GrGLTextureParameters> GrBackendTexture::getGLTextureParams() const { in getGLTextureParams() 365 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 378 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 391 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 395 : GrBackendTexture(width, height, mipMapped, glInfo, sk_make_sp<GrGLTextureParameters>()) { in GrBackendTexture() 401 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture [all …]
|
D | GrAHardwareBufferUtils.cpp | 207 static GrBackendTexture make_gl_backend_texture( in make_gl_backend_texture() 229 return GrBackendTexture(); in make_gl_backend_texture() 236 return GrBackendTexture(); in make_gl_backend_texture() 247 return GrBackendTexture(); in make_gl_backend_texture() 254 return GrBackendTexture(); in make_gl_backend_texture() 268 return GrBackendTexture(width, height, GrMipMapped::kNo, textureInfo); in make_gl_backend_texture() 301 static GrBackendTexture make_vk_backend_texture( in make_vk_backend_texture() 319 return GrBackendTexture(); in make_vk_backend_texture() 337 return GrBackendTexture(); in make_vk_backend_texture() 347 return GrBackendTexture(); in make_vk_backend_texture() [all …]
|
D | GrGpu.h | 147 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&, GrColorType, 150 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&, 157 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt, 169 sk_sp<GrRenderTarget> wrapBackendTextureAsRenderTarget(const GrBackendTexture&, 532 GrBackendTexture createBackendTexture(SkISize dimensions, 543 GrBackendTexture createCompressedBackendTexture(SkISize dimensions, 553 virtual void deleteBackendTexture(const GrBackendTexture&) = 0; 564 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0; 643 virtual GrBackendTexture onCreateBackendTexture(SkISize dimensions, 650 virtual GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions, [all …]
|
/external/skia/include/gpu/ |
D | GrBackendSurface.h | 46 class SK_API GrBackendTexture { 48 GrBackendTexture() {} in GrBackendTexture() function 190 class SK_API GrBackendTexture { 193 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function 196 GrBackendTexture(int width, 201 GrBackendTexture(int width, 206 GrBackendTexture(int width, 213 GrBackendTexture(int width, 218 GrBackendTexture(int width, 223 GrBackendTexture(const GrBackendTexture& that); [all …]
|
D | GrContext.h | 420 GrBackendTexture createBackendTexture(int width, int height, 432 GrBackendTexture createBackendTexture(int width, int height, 444 GrBackendTexture createBackendTexture(const SkSurfaceCharacterization& characterization); 451 GrBackendTexture createBackendTexture(int width, int height, 465 GrBackendTexture createBackendTexture(int width, int height, 477 GrBackendTexture createBackendTexture(const SkSurfaceCharacterization& characterization, 493 GrBackendTexture createBackendTexture(const SkPixmap srcData[], int numLevels, 497 GrBackendTexture createBackendTexture(const SkPixmap& srcData, in createBackendTexture() 517 GrBackendTexture createCompressedBackendTexture(int width, int height, 523 GrBackendTexture createCompressedBackendTexture(int width, int height, [all …]
|
/external/skqp/src/gpu/ |
D | GrBackendSurface.cpp | 170 GrBackendTexture::GrBackendTexture(int width, in GrBackendTexture() function in GrBackendTexture 174 : GrBackendTexture(width, height, vkInfo, 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 233 GrBackendTexture::~GrBackendTexture() { in ~GrBackendTexture() 237 void GrBackendTexture::cleanup() { in cleanup() 245 GrBackendTexture::GrBackendTexture(const GrBackendTexture& that) : fIsValid(false) { in GrBackendTexture() function in GrBackendTexture 249 GrBackendTexture& GrBackendTexture::operator=(const GrBackendTexture& that) { in operator =() [all …]
|
D | GrAHardwareBufferImageGenerator.cpp | 154 static GrBackendTexture make_vk_backend_texture( in make_vk_backend_texture() 170 return GrBackendTexture(); in make_vk_backend_texture() 188 return GrBackendTexture(); in make_vk_backend_texture() 198 return GrBackendTexture(); in make_vk_backend_texture() 255 return GrBackendTexture(); in make_vk_backend_texture() 281 return GrBackendTexture(); in make_vk_backend_texture() 307 return GrBackendTexture(); in make_vk_backend_texture() 321 return GrBackendTexture(); in make_vk_backend_texture() 341 return GrBackendTexture(width, height, imageInfo); in make_vk_backend_texture() 367 static GrBackendTexture make_gl_backend_texture( in make_gl_backend_texture() [all …]
|
/external/skqp/include/gpu/ |
D | GrBackendSurface.h | 26 class SK_API GrBackendTexture { 28 GrBackendTexture() {} in GrBackendTexture() function 130 class SK_API GrBackendTexture { 133 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function 136 GrBackendTexture(int width, 141 GrBackendTexture(int width, 146 GrBackendTexture(int width, 152 GrBackendTexture(int width, 157 GrBackendTexture(const GrBackendTexture& that); 159 ~GrBackendTexture(); [all …]
|
/external/skqp/tests/ |
D | VkWrapTests.cpp | 39 GrBackendTexture origBackendTex = gpu->createTestingOnlyBackendTexture(nullptr, kW, kH, in wrap_tex_test() 53 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 67 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 80 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 92 GrBackendTexture origBackendTex = gpu->createTestingOnlyBackendTexture(nullptr, kW, kH, in wrap_rt_test() 134 GrBackendTexture origBackendTex = gpu->createTestingOnlyBackendTexture(nullptr, kW, kH, in wrap_trt_test() 148 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() 162 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() 175 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test()
|
D | VkBackendSurfaceTest.cpp | 33 GrBackendTexture backendTex = gpu->createTestingOnlyBackendTexture(nullptr, 1, 1, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 45 GrBackendTexture backendTexCopy = backendTex; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 80 GrBackendTexture backendTexImage = wrappedImage->getBackendTexture(false); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 102 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 104 GrBackendTexture invalidTexture; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 106 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 110 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 114 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 118 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/external/skia/tests/ |
D | VkWrapTests.cpp | 39 GrBackendTexture origBackendTex = context->createBackendTexture(kW, kH, in wrap_tex_test() 57 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 70 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 82 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 93 GrBackendTexture origBackendTex = context->createBackendTexture(kW, kH, in wrap_rt_test() 135 GrBackendTexture origBackendTex = context->createBackendTexture(kW, kH, in wrap_trt_test() 152 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() 165 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() 177 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test()
|
D | VkBackendSurfaceTest.cpp | 35 GrBackendTexture backendTex = context->createBackendTexture(1, 1, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 49 GrBackendTexture backendTexCopy = backendTex; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 84 GrBackendTexture backendTexImage = wrappedImage->getBackendTexture(false); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 106 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 108 GrBackendTexture invalidTexture; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 110 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 114 … REPORTER_ASSERT(reporter, !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 118 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 122 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 143 GrBackendTexture backendTex = context->createBackendTexture(1, 1, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() [all …]
|
D | GLBackendSurfaceTest.cpp | 51 GrBackendTexture backendTex = context->createBackendTexture( in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 58 GrBackendTexture backendTexCopy = backendTex; in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 108 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 110 GrBackendTexture invalidTexture; in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 113 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 118 !GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTexCopy)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 122 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 126 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture)); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
|
/external/skqp/include/core/ |
D | SkImage.h | 41 class GrBackendTexture; variable 224 const GrBackendTexture& backendTexture, in MakeFromTexture() 259 const GrBackendTexture& backendTexture, 348 const GrBackendTexture& backendTexture, 373 const GrBackendTexture yuvaTextures[], 400 const GrBackendTexture yuvaTextures[], 404 const GrBackendTexture& backendTexture, 426 const GrBackendTexture yuvaTextures[], 467 const GrBackendTexture yuvTextures[3], 475 const GrBackendTexture yuvTextures[3], GrSurfaceOrigin imageOrigin, [all …]
|
D | SkPromiseImageTexture.h | 33 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make() 40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture() 50 explicit SkPromiseImageTexture(const GrBackendTexture& backendTexture); 53 GrBackendTexture fBackendTexture;
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 65 sk_sp<GrTexture> GrD3DGpu::onWrapBackendTexture(const GrBackendTexture& tex, GrColorType colorType, in onWrapBackendTexture() 72 sk_sp<GrTexture> GrD3DGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() 78 sk_sp<GrTexture> GrD3DGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() 93 sk_sp<GrRenderTarget> GrD3DGpu::onWrapBackendTextureAsRenderTarget(const GrBackendTexture& tex, in onWrapBackendTextureAsRenderTarget() 112 GrBackendTexture GrD3DGpu::onCreateBackendTexture(SkISize dimensions, in onCreateBackendTexture() 119 return GrBackendTexture(); in onCreateBackendTexture() 122 GrBackendTexture GrD3DGpu::onCreateCompressedBackendTexture(SkISize dimensions, in onCreateCompressedBackendTexture() 128 return GrBackendTexture(); in onCreateCompressedBackendTexture() 131 void GrD3DGpu::deleteBackendTexture(const GrBackendTexture& tex) { in deleteBackendTexture() 140 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture()
|
D | GrD3DGpu.h | 32 void deleteBackendTexture(const GrBackendTexture&) override; 37 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override; 98 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrColorType, GrWrapOwnership, 100 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&, GrWrapOwnership, 103 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&, 112 sk_sp<GrRenderTarget> onWrapBackendTextureAsRenderTarget(const GrBackendTexture&, 158 GrBackendTexture onCreateBackendTexture(SkISize dimensions, 164 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions,
|
/external/skia/include/core/ |
D | SkImage.h | 32 class GrBackendTexture; variable 326 const GrBackendTexture& backendTexture, in MakeFromTexture() 356 const GrBackendTexture& backendTexture, 389 const GrBackendTexture& backendTexture, 437 const GrBackendTexture& backendTexture, 459 const GrBackendTexture yuvaTextures[], 485 const GrBackendTexture yuvaTextures[], 489 const GrBackendTexture& backendTexture, 510 const GrBackendTexture yuvaTextures[], 548 const GrBackendTexture yuvTextures[3], [all …]
|
D | SkPromiseImageTexture.h | 33 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make() 40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture() 50 explicit SkPromiseImageTexture(const GrBackendTexture& backendTexture); 53 GrBackendTexture fBackendTexture;
|
/external/skia/src/image/ |
D | SkImage.cpp | 152 GrBackendTexture SkImage::getBackendTexture(bool flushPendingGrContextIO, in getBackendTexture() 176 GrBackendTexture SkImage::getBackendTexture(bool flushPendingGrContextIO, in getBackendTexture() 178 return GrBackendTexture(); // invalid in getBackendTexture() 207 GrBackendTexture SkImage_Base::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() 209 return GrBackendTexture(); // invalid in onGetBackendTexture() 435 const GrBackendTexture& tex, GrSurfaceOrigin origin, in MakeFromTexture() 442 const GrBackendTexture& tex, in MakeFromCompressedTexture() 453 GrBackendTexture*, in MakeBackendTextureFromSkImage() argument 459 const GrBackendTexture& tex, GrSurfaceOrigin origin, in MakeFromAdoptedTexture() 467 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() [all …]
|
/external/skqp/src/image/ |
D | SkImage.cpp | 155 GrBackendTexture SkImage::getBackendTexture(bool flushPendingGrContextIO, in getBackendTexture() 173 GrBackendTexture SkImage::getBackendTexture(bool flushPendingGrContextIO, in getBackendTexture() 175 return GrBackendTexture(); // invalid in getBackendTexture() 200 GrBackendTexture SkImage_Base::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() 202 return GrBackendTexture(); // invalid in onGetBackendTexture() 376 const GrBackendTexture& tex, GrSurfaceOrigin origin, in MakeFromTexture() 384 GrBackendTexture*, in MakeBackendTextureFromSkImage() argument 390 const GrBackendTexture& tex, GrSurfaceOrigin origin, in MakeFromAdoptedTexture() 398 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() 409 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() [all …]
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 81 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrColorType, GrWrapOwnership, 83 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&, GrWrapOwnership, 86 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&, 95 sk_sp<GrRenderTarget> onWrapBackendTextureAsRenderTarget(const GrBackendTexture&, 143 GrBackendTexture onCreateBackendTexture(SkISize dimensions, 149 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions, 154 void deleteBackendTexture(const GrBackendTexture&) override; 159 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 43 GrBackendTexture onCreateBackendTexture(SkISize dimensions, 49 GrBackendTexture onCreateCompressedBackendTexture(SkISize dimensions, 55 void deleteBackendTexture(const GrBackendTexture&) override; 60 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override; 133 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrColorType, GrWrapOwnership, 135 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&, GrWrapOwnership, 137 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&, int sampleCnt, 143 sk_sp<GrRenderTarget> onWrapBackendTextureAsRenderTarget(const GrBackendTexture&, int sampleCnt,
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 62 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable, 65 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&, 72 sk_sp<GrRenderTarget> onWrapBackendTextureAsRenderTarget(const GrBackendTexture&, 109 GrBackendTexture createTestingOnlyBackendTexture(const void* pixels, int w, int h, 112 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override; 113 void deleteTestingOnlyBackendTexture(const GrBackendTexture&) override;
|