Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkPromiseImageTexture.h37 static sk_sp<SkPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make()
44 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() function
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.h31 const GrBackendTexture& backendTexture() const { return fTexture; } in backendTexture() function
/third_party/skia/src/core/
DSkPromiseImageTexture.cpp15 SkPromiseImageTexture::SkPromiseImageTexture(const GrBackendTexture& backendTexture) { in SkPromiseImageTexture()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp68 const GrBackendTexture& backendTexture, in draw_child()
170 GrBackendTexture backendTexture = mainSurface->getBackendTexture( in surface_semaphore_test() local
DTextureBindingsResetTest.cpp118 GrBackendTexture backendTexture(10, 10, GrMipmapped::kNo, infoExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/src/gpu/
DGrDirectContext.cpp748 const GrBackendTexture& backendTexture, in update_texture_with_pixmaps()
892 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
905 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
931 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
1082 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1113 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1136 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState()
DGrTexture.cpp60 GrBackendTexture* backendTexture, in StealBackendTexture()
DGrBackendTextureImageGenerator.cpp54 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
DGrGpu.cpp878 bool GrGpu::clearBackendTexture(const GrBackendTexture& backendTexture, in clearBackendTexture()
921 bool GrGpu::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp114 Texture* backendTexture = ToBackend(FromAPI(texture)); in ExportVulkanImage() local
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp136 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
DGrGLGpu.cpp1552 bool GrGLGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
3682 bool GrGLGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp154 GrBackendTexture backendTexture(width, height, info); in setupSurfaces() local
/third_party/skia/src/image/
DSkImage_GpuBase.cpp295 const GrBackendTexture& backendTexture = promiseTexture->backendTexture(); in MakePromiseImageLazyProxy() local
DSkSurface_Gpu.cpp529 bool SkSurface_Gpu::onReplaceBackendTexture(const GrBackendTexture& backendTexture, in onReplaceBackendTexture()
676 GrBackendTexture backendTexture = in MakeFromAHardwareBuffer() local
DSkImage_Gpu.cpp721 GrBackendTexture backendTexture = in MakeFromAHardwareBufferWithData() local
783 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage()
DSkSurface.cpp355 bool SkSurface::replaceBackendTexture(const GrBackendTexture& backendTexture, in replaceBackendTexture()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp365 GrBackendTexture backendTexture(fWidth, fHeight, info); in createBuffers() local
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp80 void PromiseImageCallbackContext::setBackendTexture(const GrBackendTexture& backendTexture) { in setBackendTexture()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp1400 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
1501 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1797 bool GrVkGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
1896 bool GrVkGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp395 bool GrDawnGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp755 GrBackendTexture backendTexture(info.width(), info.height(), kMipmapped, glInfo); in onGenerateTexture() local