HomeSort by relevance Sort by last modified time
    Searched refs:isContextTypeGLCore (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/egl/
egluGLUtil.cpp 108 DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType));
120 attribList.push_back(glu::isContextTypeGLCore(contextType) ? EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR
139 if (!glu::isContextTypeGLCore(contextType))
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1))))
sglrReferenceContext.cpp 256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType))
442 if (glu::isContextTypeGLCore(getType()))
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 160 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3)
165 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4)
  /external/deqp/framework/opengl/
gluRenderContext.hpp 186 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
gluRenderContext.cpp 57 else if (isContextTypeGLCore(ctxType))
gluDrawUtil.cpp 594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1)))
gluStateReset.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 145 const bool useVAO = glu::isContextTypeGLCore(m_renderCtx.getType());
glsShaderExecUtil.cpp 485 const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m_renderCtx.getType()) && m_renderCtx.getType().getMajorVersion() >= 4);
652 return glu::isContextTypeGLCore(type);
    [all...]
glsDrawTest.cpp     [all...]

Completed in 362 milliseconds