Home
last modified time | relevance | path

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

12

/third_party/skia/m133/include/private/chromium/
DGrPromiseImageTexture.h28 static sk_sp<GrPromiseImageTexture> Make(const GrBackendTexture& backendTexture) { in Make()
35 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() function
/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/m133/src/gpu/ganesh/
DGrPromiseImageTexture.cpp10 GrPromiseImageTexture::GrPromiseImageTexture(const GrBackendTexture& backendTexture) { in GrPromiseImageTexture()
DGrDirectContext.cpp795 const GrBackendTexture& backendTexture, in update_texture_with_pixmaps()
959 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
972 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
998 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
1152 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1183 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1206 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState()
DGrTexture.cpp62 GrBackendTexture* backendTexture, in StealBackendTexture()
/third_party/skia/m133/tests/graphite/
DTextureProxyTest.cpp41 BackendTexture backendTexture = recorder->createBackendTexture(kValidSize, textureInfo); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
227 FulfillContext(BackendTexture backendTexture) : fBackendTexture(backendTexture) {} in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
252 BackendTexture backendTexture = in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/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/m133/src/gpu/ganesh/image/
DSkImage_GaneshFactories.cpp75 GrBackendTexture* backendTexture, in MakeBackendTextureFromImage()
134 const GrBackendTexture& backendTexture, in TextureFromCompressedTexture()
201 const GrBackendTexture& backendTexture, in BorrowTextureFrom()
237 const GrBackendTexture& backendTexture, in AdoptTextureFrom()
245 const GrBackendTexture& backendTexture, in AdoptTextureFrom()
253 const GrBackendTexture& backendTexture, in AdoptTextureFrom()
DGrTextureGenerator.cpp65 GrBackendTexture backendTexture = externalTexture->getBackendTexture(); in onGenerateTexture() local
/third_party/skia/m133/tools/gpu/vk/
DVkYcbcrSamplerHelper.h44 const skgpu::graphite::BackendTexture& backendTexture() const { return fTexture; } in backendTexture() function
/third_party/skia/m133/src/gpu/graphite/surface/
DSurface_AndroidFactories.cpp56 BackendTexture backendTexture = recorder->createBackendTexture(hardwareBuffer, in WrapAndroidHardwareBuffer() local
/third_party/skia/m133/include/gpu/ganesh/
DSkImageGanesh.h306 GrBackendTexture* backendTexture, in GetBackendTextureFromImage()
/third_party/skia/m133/src/gpu/ganesh/surface/
DSkSurface_AndroidFactories.cpp101 GrBackendTexture backendTexture = in WrapAndroidHardwareBuffer() local
/third_party/skia/m133/tests/
DSurfaceSemaphoreTest.cpp101 const GrBackendTexture& backendTexture, in draw_child()
201 GrBackendTexture backendTexture = SkSurfaces::GetBackendTexture( in surface_semaphore_test() local
DTextureBindingsResetTest.cpp163 GrBackendTexture backendTexture = in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
/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.cpp759 const GrBackendTexture& backendTexture, in update_texture_with_pixmaps()
903 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
916 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
942 bool GrDirectContext::updateBackendTexture(const GrBackendTexture& backendTexture, in updateBackendTexture()
1093 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1124 bool GrDirectContext::updateCompressedBackendTexture(const GrBackendTexture& backendTexture, in updateCompressedBackendTexture()
1147 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState()
DGrTexture.cpp60 GrBackendTexture* backendTexture, in StealBackendTexture()
DGrBackendTextureImageGenerator.cpp54 GrBackendTexture backendTexture = texture->getBackendTexture(); in Make() local
/third_party/skia/m133/src/image/
DSkImage_AndroidFactories.cpp118 GrBackendTexture backendTexture = in TextureFromAHardwareBufferWithData() local
/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.cpp140 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture()
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp154 GrBackendTexture backendTexture(width, height, info); in setupSurfaces() local

12