OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDefaultTextureName
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
114
ObjectLocalName
getDefaultTextureName
(GLenum target);
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
667
ObjectLocalName GLEScontext::
getDefaultTextureName
(GLenum target) {
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
175
return (tex!=0? tex : ctx->
getDefaultTextureName
(target));
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
121
return (tex!=0? tex : ctx->
getDefaultTextureName
(target));
[
all
...]
Completed in 1612 milliseconds