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

  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 39 DE_ASSERT(isContextTypeES(ctxType));
sglrReferenceContext.cpp 604 RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_ENUM, RC_RET_VOID);
    [all...]
  /external/deqp/framework/egl/
egluGLUtil.cpp 86 if (glu::isContextTypeES(contextType))
egluGLContextFactory.cpp 386 if (glu::isContextTypeES(config.type))
  /external/deqp/framework/opengl/
gluRenderContext.hpp 185 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
gluRenderContext.cpp 51 if (isContextTypeES(ctxType))
gluDrawUtil.cpp 598 DE_ASSERT(isContextTypeES(ctxType));
gluStateReset.cpp 41 DE_ASSERT(isContextTypeES(type));
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 173 if (isContextTypeES(ctxType))
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 425 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
663 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
glsShaderExecUtil.cpp 485 const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m_renderCtx.getType()) && m_renderCtx.getType().getMajorVersion() >= 4);
    [all...]

Completed in 248 milliseconds