Searched refs:isContextTypeES (Results 1 – 10 of 10) sorted by relevance
39 DE_ASSERT(isContextTypeES(ctxType)); in drawQuad()
604 …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()
217 if (glu::isContextTypeES(renderConfig.type)) in configMatches()399 if (glu::isContextTypeES(config.type)) in createContext()567 if (glu::isContextTypeES(config.type)) in create()
183 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES() function
51 if (isContextTypeES(ctxType)) in contextSupports()
41 DE_ASSERT(isContextTypeES(type)); in resetStateES()1003 if (isContextTypeES(renderCtx.getType())) in resetState()
598 DE_ASSERT(isContextTypeES(ctxType)); in draw()
424 …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()
469 …const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m… in execute()
170 if (isContextTypeES(ctxType)) in Context()