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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 120 HandleType m_lastPostedColorBuffer;
FrameBuffer.cpp 359 m_lastPostedColorBuffer(0),
407 fb->post( fb->m_lastPostedColorBuffer, false );
755 m_lastPostedColorBuffer = p_colorbuffer;
811 if (m_lastPostedColorBuffer) {
812 return post( m_lastPostedColorBuffer );

Completed in 126 milliseconds