Home
last modified time | relevance | path

Searched defs:backendTexture (Results 1 – 23 of 23) sorted by relevance

/external/skia/include/core/
DSkPromiseImageTexture.h30 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make()
37 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() function
/external/skia/src/core/
DSkPromiseImageTexture.cpp12 SkPromiseImageTexture::SkPromiseImageTexture(const GrBackendTexture& backendTexture) { in SkPromiseImageTexture()
/external/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h31 const GrBackendTexture& backendTexture() const { return fTexture; } in backendTexture() function
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp537 const GrBackendTexture& backendTexture, in update_texture_with_pixmaps()
687 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
700 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
726 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
877 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
908 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
931 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState()
DGrTexture.cpp60 GrBackendTexture* backendTexture, in StealBackendTexture()
DGrGpu.cpp898 bool GrGpu::clearBackendTexture(const GrBackendTexture& backendTexture, in clearBackendTexture()
941 bool GrGpu::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp96 const GrBackendTexture& backendTexture, in draw_child()
196 GrBackendTexture backendTexture = mainSurface->getBackendTexture( in surface_semaphore_test() local
DTextureBindingsResetTest.cpp159 GrBackendTexture backendTexture(10, 10, GrMipmapped::kNo, infoExternal); in DEF_GANESH_TEST_FOR_GL_RENDERING_CONTEXTS() local
/external/skia/tests/graphite/
DTextureProxyTest.cpp33 const BackendTexture backendTexture = recorder->createBackendTexture(kValidSize, textureInfo); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/external/skia/src/image/
DSkImage_Gpu.cpp501 const GrBackendTexture& backendTexture, in MakeFromAdoptedTexture()
508 const GrBackendTexture& backendTexture, in MakeFromAdoptedTexture()
766 GrBackendTexture backendTexture = in MakeFromAHardwareBufferWithData() local
828 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage()
DSkSurface_Gpu.cpp601 bool SkSurface_Gpu::onReplaceBackendTexture(const GrBackendTexture& backendTexture, in onReplaceBackendTexture()
757 GrBackendTexture backendTexture = in MakeFromAHardwareBuffer() local
DSkImage_GpuBase.cpp332 const GrBackendTexture& backendTexture = promiseTexture->backendTexture(); in MakePromiseImageLazyProxy() local
DSkSurface.cpp411 bool SkSurface::replaceBackendTexture(const GrBackendTexture& backendTexture, in replaceBackendTexture()
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp154 GrBackendTexture backendTexture(width, height, info); in setupSurfaces() local
/external/skia/src/gpu/ganesh/gl/
DGrGLTexture.cpp155 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
DGrGLGpu.cpp1655 bool GrGLGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
3853 bool GrGLGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp359 GrBackendTexture backendTexture(fWidth, fHeight, info); in createBuffers() local
/external/skia/tools/window/
DSkVulkanWindowContext.cpp356 GrBackendTexture backendTexture(fWidth, fHeight, info); in createBuffers() local
/external/skia/tools/
DDDLPromiseImageHelper.cpp81 void PromiseImageCallbackContext::setBackendTexture(const GrBackendTexture& backendTexture) { in setBackendTexture()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp1433 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
1538 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp1754 bool GrVkGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
1858 bool GrVkGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp417 bool GrDawnGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp880 GrBackendTexture backendTexture(info.width(), info.height(), kMipmapped, glInfo); in onGenerateTexture() local