OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_EXT_PACKED_DEPTH_STENCIL
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp
14
if ((ctx && ctx->getCaps()->
GL_EXT_PACKED_DEPTH_STENCIL
) &&
48
if (ctx && ctx->getCaps()->
GL_EXT_PACKED_DEPTH_STENCIL
&& format == GL_DEPTH_STENCIL_OES)
GLEScontext.cpp
503
if (strstr(cstring,"
GL_EXT_packed_depth_stencil
")!=NULL )
504
s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
= true;
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
44
GL_EXT_PACKED_DEPTH_STENCIL
(false) , GL_OES_READ_FORMAT(false), \
59
bool
GL_EXT_PACKED_DEPTH_STENCIL
;
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp
233
if (ctx->getCaps()->
GL_EXT_PACKED_DEPTH_STENCIL
&& internalformat==GL_DEPTH24_STENCIL8_OES)
GLEScmContext.cpp
275
if (s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
)
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
146
if (s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
)
Completed in 17 milliseconds