OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subUpdate
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h
35
void
subUpdate
(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
ColorBuffer.cpp
147
void ColorBuffer::
subUpdate
(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels)
FrameBuffer.cpp
631
(*c).second.cb->
subUpdate
(x, y, width, height, format, type, pixels);
Completed in 412 milliseconds