Searched refs:isContextTypeES (Results 1 – 11 of 11) 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()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()
185 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()1125 if (isContextTypeES(renderCtx.getType())) in resetState()
598 DE_ASSERT(isContextTypeES(ctxType)); in draw()
86 if (glu::isContextTypeES(contextType)) in createGLContext()
386 if (glu::isContextTypeES(config.type)) in create()
425 …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()
485 …const bool useTFObject = isContextTypeES(m_renderCtx.getType()) || (isContextTypeGLCore(m… in execute()
173 if (isContextTypeES(ctxType)) in Context()