Home
last modified time | relevance | path

Searched defs:backendTex (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/tests/
DVkWrapTests.cpp59 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() local
72 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() local
84 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() local
162 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() local
175 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() local
197 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_trt_test() local
DCompressedBackendAllocationTest.cpp40 sk_sp<SkImage> create_image(GrDirectContext* dContext, const GrBackendTexture& backendTex) { in create_image()
149 GrBackendTexture backendTex = create(dContext, color, mipMapped); in test_compressed_color_init() local
238 GrBackendTexture backendTex = create(dContext, data.get(), dataSize, mipMapped); in test_compressed_data_init() local
DVkProtectedContextTest.cpp58 GrBackendTexture backendTex = in create_protected_sksurface() local
104 GrBackendTexture backendTex = in DEF_GPUTEST() local
120 GrBackendTexture backendTex = in DEF_GPUTEST() local
DBackendSurfaceMutableStateTest.cpp27 GrBackendTexture backendTex = dContext->createBackendTexture( in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
DGLBackendSurfaceTest.cpp58 GrBackendTexture backendTex = dContext->createBackendTexture( in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
DEGLImageTest.cpp152 GrBackendTexture backendTex(kSize, kSize, GrMipmapped::kNo, externalTexture); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
DVkHardwareBufferTest.cpp266 GrBackendTexture backendTex(DEV_W, DEV_H, GrMipmapped::kNo, textureInfo); in importHardwareBufferForRead() local
294 GrBackendTexture backendTex(DEV_W, DEV_H, GrMipmapped::kNo, textureInfo); in importHardwareBufferForWrite() local
811 GrBackendTexture backendTex(DEV_W, DEV_H, imageInfo); in importHardwareBufferForRead() local
973 GrBackendTexture backendTex(DEV_W, DEV_H, imageInfo); in importHardwareBufferForWrite() local
DPromiseImageTest.cpp134 GrBackendTexture backendTex = ctx->createBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
284 GrBackendTexture backendTex = dContext->createBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DSpecialImageTest.cpp130 GrBackendTexture backendTex = tightSurf->getBackendTexture( in test_image() local
DBackendAllocationTest.cpp243 const GrBackendTexture& backendTex, in check_base_readbacks()
357 const GrBackendTexture& backendTex, in check_mipmaps()
550 void check_vk_tiling(const GrBackendTexture& backendTex) { in check_vk_tiling()
DGrMipMappedTest.cpp189 GrBackendTexture backendTex = texture->getBackendTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DExtendedSkColorTypeTests.cpp198 GrBackendTexture backendTex; in gpu_tests() local
DImageFilterCacheTest.cpp226 GrBackendTexture backendTex = tex->getBackendTexture(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DGrSurfaceTest.cpp58 GrBackendTexture backendTex = context->createBackendTexture( in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
/third_party/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp74 const GrBackendTexture& backendTex) in GrBackendTextureImageGenerator()
DGrGpu.cpp287 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
308 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture()
327 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
DGrAHardwareBufferImageGenerator.cpp138 GrBackendTexture backendTex = in makeView() local
DGrProxyProvider.cpp536 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
609 const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
DGrDirectContext.cpp1017 void GrDirectContext::deleteBackendTexture(GrBackendTexture backendTex) { in deleteBackendTexture()
/third_party/skia/fuzz/
DFuzzDDLThreading.cpp163 GrBackendTexture backendTex = fContext->createBackendTexture(kPromiseImageSize.width(), in fulfillPromiseImage() local
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp177 auto backendTex = direct->createBackendTexture(mipLevels.get(), in CreateBETexturesForPromiseImage() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp620 static bool check_backend_texture(const GrBackendTexture& backendTex, in check_backend_texture()
656 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture()
683 static bool check_compressed_backend_texture(const GrBackendTexture& backendTex, in check_compressed_backend_texture()
711 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture()
734 sk_sp<GrTexture> GrGLGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp252 sk_sp<GrTexture> GrDawnGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture()
266 sk_sp<GrTexture> GrDawnGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture()
/third_party/skia/src/image/
DSkImage_Gpu.cpp386 const GrBackendTexture& backendTex, in new_wrapped_texture_common()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1272 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture()
1306 sk_sp<GrTexture> GrVkGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture()

12