Home
last modified time | relevance | path

Searched refs:isContextTypeES (Results 1 – 10 of 10) 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()
3009 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitResolveMultisampleFramebuffer()
3161 const bool convertSRGB = m_sRGBUpdateEnabled && glu::isContextTypeES(getType()); in blitFramebuffer()
3623 const bool allowBGRA = !glu::isContextTypeES(getType()); in vertexAttribPointer()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp217 if (glu::isContextTypeES(renderConfig.type)) in configMatches()
399 if (glu::isContextTypeES(config.type)) in createContext()
567 if (glu::isContextTypeES(config.type)) in create()
/external/deqp/framework/opengl/
DgluRenderContext.hpp183 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()
1003 if (isContextTypeES(renderCtx.getType())) in resetState()
DgluDrawUtil.cpp598 DE_ASSERT(isContextTypeES(ctxType)); in draw()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp424 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in VertexArrayVerifier()
662 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in IndexArrayVerifier()
DglsShaderExecUtil.cpp469 …const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m… in execute()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp170 if (isContextTypeES(ctxType)) in Context()