Home
last modified time | relevance | path

Searched refs:GL_EXT_PACKED_DEPTH_STENCIL (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp29 if ((ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL) && in pixelType()
63 if (ctx && ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && format == GL_DEPTH_STENCIL_OES) in pixelFrmt()
DGLEScontext.cpp1915 glSupport.GL_EXT_PACKED_DEPTH_STENCIL = true; in initCapsLocked()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmValidate.cpp234 if (ctx->getCaps()->GL_EXT_PACKED_DEPTH_STENCIL && internalformat==GL_DEPTH24_STENCIL8_OES) in renderbufferInternalFrmt()
DGLEScmContext.cpp734 if (s_glSupportGles1.GL_EXT_PACKED_DEPTH_STENCIL) in initExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h91 bool GL_EXT_PACKED_DEPTH_STENCIL = false; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp773 if (glSupport.GL_EXT_PACKED_DEPTH_STENCIL) ext += "GL_OES_packed_depth_stencil "; in InitExtensionString()