OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBufferOffset
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESpointer.h
35
unsigned int
getBufferOffset
() const;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp
63
unsigned int GLESpointer::
getBufferOffset
() const {
GLEScontext.cpp
269
int start = p->
getBufferOffset
()+first*attribSize;
283
int start = p->
getBufferOffset
();
297
int offset = p->
getBufferOffset
();
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
[
all
...]
Completed in 285 milliseconds