OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBindedTexture
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
111
void
setBindedTexture
(GLenum target,unsigned int tex);
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
655
void GLEScontext::
setBindedTexture
(GLenum target, unsigned int tex) {
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
331
ctx->
setBindedTexture
(target,texture);
508
ctx->
setBindedTexture
(GL_TEXTURE_2D,0);
510
ctx->
setBindedTexture
(GL_TEXTURE_CUBE_MAP,0);
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
268
ctx->
setBindedTexture
(target,texture);
483
ctx->
setBindedTexture
(GL_TEXTURE_2D,0);
485
ctx->
setBindedTexture
(GL_TEXTURE_CUBE_MAP,0);
[
all
...]
Completed in 71 milliseconds