HomeSort by relevance Sort by last modified time
    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 524 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL )
525 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 282 if (s_glSupport.GL_EXT_PACKED_DEPTH_STENCIL)
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 154 if (s_glSupport.GL_EXT_PACKED_DEPTH_STENCIL)

Completed in 28 milliseconds