HomeSort by relevance Sort by last modified time
    Searched refs:isContextTypeES (Results 1 - 10 of 10) 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 52 if (isContextTypeES(ctxType))
gluDrawUtil.cpp 598 DE_ASSERT(isContextTypeES(ctxType));
gluStateReset.cpp 65 DE_ASSERT(isContextTypeES(type));
    [all...]
  /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;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 184 if (isContextTypeES(ctxType))

Completed in 715 milliseconds