Searched refs:subUpdate (Results 1 – 3 of 3) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.h | 35 … void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
|
D | ColorBuffer.cpp | 147 void ColorBuffer::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, vo… in subUpdate() function in ColorBuffer
|
D | FrameBuffer.cpp | 631 (*c).second.cb->subUpdate(x, y, width, height, format, type, pixels); in updateColorBuffer()
|