Home
last modified time | relevance | path

Searched refs:attachAndQueueBufferWithDataspace (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSurface.h387 static status_t attachAndQueueBufferWithDataspace(Surface* surface, sp<GraphicBuffer> buffer,
/frameworks/native/services/surfaceflinger/tests/
DLayerTypeAndRenderTypeTransaction_test.cpp807 Surface::attachAndQueueBufferWithDataspace(surface.get(), buffer, ui::Dataspace::V0_SRGB); in TEST_P()
823 Surface::attachAndQueueBufferWithDataspace(surface.get(), buffer, ui::Dataspace::V0_SRGB); in TEST_P()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp431 int err = Surface::attachAndQueueBufferWithDataspace(surface, gb, in nativeAttachAndQueueBufferWithColorSpace()
/frameworks/native/libs/gui/
DSurface.cpp2547 status_t Surface::attachAndQueueBufferWithDataspace(Surface* surface, sp<GraphicBuffer> buffer, in attachAndQueueBufferWithDataspace() function in android::Surface