Home
last modified time | relevance | path

Searched defs:makeBackendTexture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/
H A DGraphiteGpuContext.cpp89 std::unique_ptr<SkiaBackendTexture> GraphiteGpuContext::makeBackendTexture(AHardwareBuffer* buffer, in makeBackendTexture() function in android::renderengine::skia::GraphiteGpuContext
H A DGaneshGpuContext.cpp78 std::unique_ptr<SkiaBackendTexture> GaneshGpuContext::makeBackendTexture(AHardwareBuffer* buffer, in makeBackendTexture() function in android::renderengine::skia::GaneshGpuContext
/aosp_15_r20/external/skia/tests/
H A DImageTest.cpp1202 DEF_GANESH_TEST_FOR_GL_CONTEXT(makeBackendTexture, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) { in DEF_GANESH_TEST_FOR_GL_CONTEXT() argument