Home
last modified time | relevance | path

Searched refs:bindColorBufferToTexture2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h655 bool bindColorBufferToTexture2(HandleType p_colorbuffer);
DRendererImpl.cpp627 [](uint32_t handle) { FrameBuffer::getFB()->bindColorBufferToTexture2(handle); }, in __anona8dbb0c51702()
DFrameBuffer.cpp3695 bool FrameBuffer::bindColorBufferToTexture2(HandleType p_colorbuffer) { in bindColorBufferToTexture2() function in gfxstream::FrameBuffer