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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h 40 void setColorBuffer(ColorBufferPtr p_colorBuffer);
55 ColorBufferPtr m_attachedColorBuffer;
ColorBuffer.h 59 typedef SmartPtr<ColorBuffer> ColorBufferPtr;
FrameBuffer.h 30 ColorBufferPtr cb;
WindowSurface.cpp 96 void WindowSurface::setColorBuffer(ColorBufferPtr p_colorBuffer)
FrameBuffer.cpp 489 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) );

Completed in 1106 milliseconds