Home
last modified time | relevance | path

Searched refs:CONTEXT_FORWARD_COMPATIBLE (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluStrUtil.cpp158 { CONTEXT_FORWARD_COMPATIBLE, "forward-compatible" }, in operator <<()
DgluRenderContext.hpp64 CONTEXT_FORWARD_COMPATIBLE = (1<<2), //!< Forward-compatible context enumerator
DgluRenderContext.cpp63 const bool forwardCompatible = (ctxType.getFlags() & CONTEXT_FORWARD_COMPATIBLE) != 0; in contextSupports()
/external/deqp/framework/egl/
DegluGLUtil.cpp166 if ((contextType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0) in createGLContext()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp381 if ((contextType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0) in EglRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp454 if ((ctxType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0) in Context()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp355 if ((contextType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0) in createContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp238 flags = flags | glu::CONTEXT_FORWARD_COMPATIBLE; in attribListToContextType()