OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableArr
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
136
void
enableArr
(GLenum arr,bool enable);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
203
void GLEScontext::
enableArr
(GLenum arr,bool enable) {
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
548
ctx->
enableArr
(array,false);
614
ctx->
enableArr
(array,true);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
553
ctx->
enableArr
(index,false);
629
ctx->
enableArr
(index,true);
[
all
...]
Completed in 2555 milliseconds