HomeSort by relevance Sort by last modified time
    Searched refs:m_lastPostedColorBuffer (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 125 HandleType m_lastPostedColorBuffer;
FrameBuffer.cpp 371 m_lastPostedColorBuffer(0),
423 fb->post( fb->m_lastPostedColorBuffer, false );
790 m_lastPostedColorBuffer = p_colorbuffer;
855 if (m_lastPostedColorBuffer) {
856 return post( m_lastPostedColorBuffer );

Completed in 325 milliseconds