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
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp
30
if ((ctx && ctx->getCaps()->
GL_EXT_PACKED_DEPTH_STENCIL
) &&
64
if (ctx && ctx->getCaps()->
GL_EXT_PACKED_DEPTH_STENCIL
&& format == GL_DEPTH_STENCIL_OES)
GLEScontext.cpp
534
if (strstr(cstring,"
GL_EXT_packed_depth_stencil
")!=NULL )
535
s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
= true;
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
60
GL_EXT_PACKED_DEPTH_STENCIL
(false) , GL_OES_READ_FORMAT(false), \
75
bool
GL_EXT_PACKED_DEPTH_STENCIL
;
/sdk/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
279
if (s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
151
if (s_glSupport.
GL_EXT_PACKED_DEPTH_STENCIL
)
Completed in 43 milliseconds