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 133 HandleType m_lastPostedColorBuffer;
FrameBuffer.cpp 367 m_lastPostedColorBuffer(0),
438 fb->post( fb->m_lastPostedColorBuffer, false );
808 m_lastPostedColorBuffer = p_colorbuffer;
873 if (m_lastPostedColorBuffer) {
874 return post( m_lastPostedColorBuffer );

Completed in 98 milliseconds