OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocArr
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
103
void
allocArr
(unsigned int size,GLenum type);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
47
void GLESConversionArrays::
allocArr
(unsigned int size,GLenum type){
316
cArrs.
allocArr
(size,type);
376
cArrs.
allocArr
(size,type);
Completed in 29 milliseconds