Home
last modified time | relevance | path

Searched refs:subUpdate (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.h35 … void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
DColorBuffer.cpp147 void ColorBuffer::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, vo… in subUpdate() function in ColorBuffer
DFrameBuffer.cpp631 (*c).second.cb->subUpdate(x, y, width, height, format, type, pixels); in updateColorBuffer()