Searched refs:p_format (Results 1 – 2 of 2) 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() argument 154 width, height, p_format, p_type, pixels); in subUpdate()
|