OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBufferConversions
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESpointer.h
37
void
getBufferConversions
(const RangeList& rl,RangeList& rlOut);
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp
107
void GLESpointer::
getBufferConversions
(const RangeList& rl,RangeList& rlOut) {
GLEScontext.cpp
321
p->
getBufferConversions
(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
378
p->
getBufferConversions
(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
Completed in 45 milliseconds