Home
last modified time | relevance | path

Searched refs:ColorBuffer (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.h24 class ColorBuffer
27 static ColorBuffer *create(int p_width, int p_height,
29 ~ColorBuffer();
43 ColorBuffer();
58 typedef emugl::SmartPtr<ColorBuffer> ColorBufferPtr;
DColorBuffer.cpp27 ColorBuffer *ColorBuffer::create(int p_width, int p_height, in create()
55 ColorBuffer *cb = new ColorBuffer(); in create()
115 ColorBuffer::ColorBuffer() : in ColorBuffer() function in ColorBuffer
125 ColorBuffer::~ColorBuffer() in ~ColorBuffer()
147 void ColorBuffer::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, vo… in subUpdate()
158 bool ColorBuffer::blitFromCurrentReadBuffer() in blitFromCurrentReadBuffer()
244 bool ColorBuffer::bindToTexture() in bindToTexture()
265 bool ColorBuffer::bindToRenderbuffer() in bindToRenderbuffer()
286 bool ColorBuffer::bind_fbo() in bind_fbo()
311 bool ColorBuffer::post() in post()
[all …]
DAndroid.mk23 ColorBuffer.cpp \
DFrameBuffer.cpp496 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) ); in createColorBuffer()