OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needConvert
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
96
if(
needConvert
(cArrs,first,count,type,indices,direct,p,array_id)){
114
bool GLESv2Context::
needConvert
(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id) {
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
92
if(
needConvert
(cArrs,first,count,type,indices,direct,p,array_id)){
213
bool GLEScmContext::
needConvert
(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_id) {
Completed in 34 milliseconds