Home
last modified time | relevance | path

Searched refs:isContextTypeES (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp39 DE_ASSERT(isContextTypeES(ctxType)); in drawQuad()
DsglrReferenceContext.cpp604 …RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_EN… in bindTexture()
3046 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitResolveMultisampleFramebuffer()
3199 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitFramebuffer()
3602 const bool allowBGRA = !glu::isContextTypeES(getType()); in vertexAttribPointer()
/external/deqp/framework/opengl/
DgluRenderContext.hpp185 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES() function
DgluRenderContext.cpp51 if (isContextTypeES(ctxType)) in contextSupports()
DgluStateReset.cpp41 DE_ASSERT(isContextTypeES(type)); in resetStateES()
1125 if (isContextTypeES(renderCtx.getType())) in resetState()
DgluDrawUtil.cpp598 DE_ASSERT(isContextTypeES(ctxType)); in draw()
/external/deqp/framework/egl/
DegluGLUtil.cpp86 if (glu::isContextTypeES(contextType)) in createGLContext()
DegluGLContextFactory.cpp386 if (glu::isContextTypeES(config.type)) in create()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp425 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in VertexArrayVerifier()
663 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in IndexArrayVerifier()
DglsShaderExecUtil.cpp485 …const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m… in execute()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp173 if (isContextTypeES(ctxType)) in Context()