Home
last modified time | relevance | path

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

12

/external/skia/tests/
DVkWrapTests.cpp75 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_tex_test() local
88 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_tex_test() local
100 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_tex_test() local
188 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_trt_test() local
201 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_trt_test() local
223 GrBackendTexture backendTex = GrBackendTextures::MakeVk(kW, kH, backendCopy); in wrap_trt_test() local
DCompressedBackendAllocationTest.cpp77 sk_sp<SkImage> create_image(GrDirectContext* dContext, const GrBackendTexture& backendTex) { in create_image()
187 GrBackendTexture backendTex = create(dContext, color, mipmapped); in test_compressed_color_init() local
277 GrBackendTexture backendTex = create(dContext, data.get(), dataSize, mipmapped); in test_compressed_data_init() local
DBackendSurfaceMutableStateTest.cpp56 GrBackendTexture backendTex = dContext->createBackendTexture( in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
DGLBackendSurfaceTest.cpp73 GrBackendTexture backendTex = dContext->createBackendTexture(1, in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
DEGLImageTest.cpp191 GrBackendTexture backendTex = in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
DVkHardwareBufferTest.cpp281 auto backendTex = GrBackendTextures::MakeGL(DEV_W, DEV_H, skgpu::Mipmapped::kNo, textureInfo); in importHardwareBufferForRead() local
309 auto backendTex = GrBackendTextures::MakeGL(DEV_W, DEV_H, skgpu::Mipmapped::kNo, textureInfo); in importHardwareBufferForWrite() local
836 auto backendTex = GrBackendTextures::MakeVk(DEV_W, DEV_H, imageInfo); in importHardwareBufferForRead() local
997 auto backendTex = GrBackendTextures::MakeVk(DEV_W, DEV_H, imageInfo); in importHardwareBufferForWrite() local
DPromiseImageTest.cpp160 GrBackendTexture backendTex = ctx->createBackendTexture(kWidth, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
320 GrBackendTexture backendTex = dContext->createBackendTexture(kWidth, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DBackendAllocationTest.cpp302 const GrBackendTexture& backendTex, in check_base_readbacks()
416 const GrBackendTexture& backendTex, in check_mipmaps()
588 void check_vk_tiling(const GrBackendTexture& backendTex) { in check_vk_tiling()
DExtendedSkColorTypeTests.cpp224 GrBackendTexture backendTex; in gpu_tests() local
DGrMipMappedTest.cpp254 GrBackendTexture backendTex = texture->getBackendTexture(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DVkProtectedContextTest.cpp145 GrBackendTexture backendTex = dContext->createBackendTexture(kSize, in create_backend_texture_ganesh() local
198 BackendTexture backendTex = helper->recorder()->createBackendTexture({ kSize, kSize }, in create_backend_texture_graphite() local
DImageFilterCacheTest.cpp263 GrBackendTexture backendTex = tex->getBackendTexture(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DGrSurfaceTest.cpp109 GrBackendTexture backendTex = context->createBackendTexture(256, in DEF_GANESH_TEST_FOR_MOCK_CONTEXT() local
/external/skia/tests/graphite/
DUpdateBackendTextureTest.cpp52 const BackendTexture& backendTex, in update_backend_texture()
81 BackendTexture backendTex = recorder->createBackendTexture(kSize, info); in create_backend_texture() local
91 const skgpu::graphite::BackendTexture& backendTex, in wrap_backend_texture()
197 BackendTexture backendTex = create_backend_texture(reporter, caps, recorder.get(), in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() local
/external/skia/tools/gpu/
DProtectedUtils.cpp54 GrBackendTexture backendTex = SkSurfaces::GetBackendTexture( in CreateProtectedSkSurface() local
/external/skia/src/gpu/graphite/
DImageFactories.cpp68 const BackendTexture& backendTex, in WrapTexture()
125 const BackendTexture& backendTex, in WrapTexture()
146 const BackendTexture& backendTex, in WrapTexture()
DRecorder.cpp314 bool Recorder::updateBackendTexture(const BackendTexture& backendTex, in updateBackendTexture()
384 bool Recorder::updateCompressedBackendTexture(const BackendTexture& backendTex, in updateCompressedBackendTexture()
DSurface_Graphite.cpp226 const BackendTexture& backendTex, in WrapBackendTexture()
/external/skia/tools/window/
DGraphiteDawnWindowContext.cpp91 skgpu::graphite::BackendTexture backendTex(texture.Get()); in getBackbufferSurface() local
DGraphiteVulkanWindowContext.cpp377 skgpu::graphite::BackendTexture backendTex(this->dimensions(), in createBuffers() local
/external/skia/src/gpu/ganesh/
DGrGpu.cpp297 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
318 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture()
337 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
DGrAHardwareBufferImageGenerator.cpp124 GrBackendTexture backendTex = in makeView() local
DGrProxyProvider.cpp593 const GrBackendTexture& backendTex, in wrapBackendTexture()
666 const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
/external/skia/fuzz/
DFuzzDDLThreading.cpp180 GrBackendTexture backendTex = in fulfillPromiseImage() local
/external/skia/tools/
DDDLPromiseImageHelper.cpp181 auto backendTex = direct->createBackendTexture(mipLevels.get(), in CreateBETexturesForPromiseImage() local

12