| /third_party/skia/include/core/ |
| D | SkPromiseImageTexture.h | 37 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/ |
| D | VkYcbcrSamplerHelper.h | 31 const GrBackendTexture& backendTexture() const { return fTexture; } in backendTexture() function
|
| /third_party/skia/src/core/ |
| D | SkPromiseImageTexture.cpp | 15 SkPromiseImageTexture::SkPromiseImageTexture(const GrBackendTexture& backendTexture) { in SkPromiseImageTexture()
|
| /third_party/skia/tests/ |
| D | SurfaceSemaphoreTest.cpp | 68 const GrBackendTexture& backendTexture, in draw_child() 170 GrBackendTexture backendTexture = mainSurface->getBackendTexture( in surface_semaphore_test() local
|
| D | TextureBindingsResetTest.cpp | 118 GrBackendTexture backendTexture(10, 10, GrMipmapped::kNo, infoExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
| /third_party/skia/src/gpu/ |
| D | GrDirectContext.cpp | 748 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()
|
| D | GrTexture.cpp | 60 GrBackendTexture* backendTexture, in StealBackendTexture()
|
| D | GrBackendTextureImageGenerator.cpp | 54 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
|
| D | GrGpu.cpp | 878 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/ |
| D | VulkanBackend.cpp | 114 Texture* backendTexture = ToBackend(FromAPI(texture)); in ExportVulkanImage() local
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLTexture.cpp | 136 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
|
| D | GrGLGpu.cpp | 1552 bool GrGLGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() 3682 bool GrGLGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
|
| /third_party/skia/tools/sk_app/win/ |
| D | D3D12WindowContext_win.cpp | 154 GrBackendTexture backendTexture(width, height, info); in setupSurfaces() local
|
| /third_party/skia/src/image/ |
| D | SkImage_GpuBase.cpp | 295 const GrBackendTexture& backendTexture = promiseTexture->backendTexture(); in MakePromiseImageLazyProxy() local
|
| D | SkSurface_Gpu.cpp | 529 bool SkSurface_Gpu::onReplaceBackendTexture(const GrBackendTexture& backendTexture, in onReplaceBackendTexture() 676 GrBackendTexture backendTexture = in MakeFromAHardwareBuffer() local
|
| D | SkImage_Gpu.cpp | 721 GrBackendTexture backendTexture = in MakeFromAHardwareBufferWithData() local 783 GrBackendTexture* backendTexture, in MakeBackendTextureFromSkImage()
|
| D | SkSurface.cpp | 355 bool SkSurface::replaceBackendTexture(const GrBackendTexture& backendTexture, in replaceBackendTexture()
|
| /third_party/skia/tools/sk_app/ |
| D | VulkanWindowContext.cpp | 365 GrBackendTexture backendTexture(fWidth, fHeight, info); in createBuffers() local
|
| /third_party/skia/tools/ |
| D | DDLPromiseImageHelper.cpp | 80 void PromiseImageCallbackContext::setBackendTexture(const GrBackendTexture& backendTexture) { in setBackendTexture()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DGpu.cpp | 1400 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() 1501 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkGpu.cpp | 1797 bool GrVkGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() 1896 bool GrVkGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture()
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnGpu.cpp | 395 bool GrDawnGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture()
|
| /third_party/skia/modules/canvaskit/ |
| D | canvaskit_bindings.cpp | 755 GrBackendTexture backendTexture(info.width(), info.height(), kMipmapped, glInfo); in onGenerateTexture() local
|