OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSubBuffer
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp
38
bool GLESbuffer::
setSubBuffer
(GLint offset,GLuint size,const GLvoid* data) {
GLEScontext.cpp
474
return vbo->
setSubBuffer
(offset,size,data);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h
31
bool
setSubBuffer
(GLint offset,GLuint size,const GLvoid* data);
Completed in 193 milliseconds