OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTextureEnabled
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
129
void
setTextureEnabled
(GLenum target, GLenum enable);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
723
void GLEScontext::
setTextureEnabled
(GLenum target, GLenum enable) {
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
541
ctx->
setTextureEnabled
(cap,false);
607
ctx->
setTextureEnabled
(cap,true);
[
all
...]
Completed in 188 milliseconds