Home
last modified time | relevance | path

Searched defs:isOutputBuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/
H A DSkiaBackendTexture.h36 SkiaBackendTexture(AHardwareBuffer* buffer, bool isOutputBuffer) in SkiaBackendTexture()
63 bool isOutputBuffer() const { return mIsOutputBuffer; } in isOutputBuffer() function
H A DGraphiteGpuContext.cpp90 bool isOutputBuffer) { in makeBackendTexture()
H A DGraphiteBackendTexture.cpp38 AHardwareBuffer* buffer, bool isOutputBuffer) in GraphiteBackendTexture()
H A DGaneshGpuContext.cpp79 bool isOutputBuffer) { in makeBackendTexture()
H A DGaneshBackendTexture.cpp41 AHardwareBuffer* buffer, bool isOutputBuffer) in GaneshBackendTexture()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.cpp498 const sp<GraphicBuffer>& buffer, bool isOutputBuffer) { in getOrCreateBackendTexture()