Searched refs:glIsEnabled (Results 1 – 10 of 10) sorted by relevance
212 + m_blend = glIsEnabled(GL_BLEND);213 + m_depth = glIsEnabled(GL_DEPTH_TEST);214 + m_cull = glIsEnabled(GL_CULL_FACE);215 + m_scissor = glIsEnabled(GL_SCISSOR_TEST);
109 MBGL_CHECK_ERROR(stencilTest = glIsEnabled(GL_STENCIL_TEST)); in Get()154 MBGL_CHECK_ERROR(depthTest = glIsEnabled(GL_DEPTH_TEST)); in Get()178 MBGL_CHECK_ERROR(blend = glIsEnabled(GL_BLEND)); in Get()278 MBGL_CHECK_ERROR(scissorTest = glIsEnabled(GL_SCISSOR_TEST)); in Get()
117 #define glIsEnabled(...) QOpenGLContext::currentContext()->functions()->glIsEnabled(__VA_ARGS__) macro
502 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
610 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
2225 retval = glIsEnabled(*(GLenum *) (pc + 0)); in __glXDisp_IsEnabled()
2481 retval = glIsEnabled((GLenum) bswap_ENUM(pc + 0)); in __glXDispSwap_IsEnabled()