OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_buffoffset
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp
27
m_buffOffset
(0),
48
return m_buffer ? static_cast<unsigned char*>(m_buffer->getData()) +
m_buffOffset
: NULL;
65
return
m_buffOffset
;
102
m_buffOffset
= offset;
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESpointer.h
55
unsigned int
m_buffOffset
;
Completed in 38 milliseconds