HomeSort by relevance Sort by last modified time
    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 605 (*c).second.cb->subUpdate(x, y, width, height, format, type, pixels);

Completed in 89 milliseconds