Home
last modified time | relevance | path

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