HomeSort by: relevance | last modified time | path
    Searched refs:glIsEnabled (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
imgui_impl_opengl3.cpp 127 GLboolean last_enable_blend = glIsEnabled(GL_BLEND);
128 GLboolean last_enable_cull_face = glIsEnabled(GL_CULL_FACE);
129 GLboolean last_enable_depth_test = glIsEnabled(GL_DEPTH_TEST);
130 GLboolean last_enable_scissor_test = glIsEnabled(GL_SCISSOR_TEST);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
imgui_impl_opengl3.cpp 127 GLboolean last_enable_blend = glIsEnabled(GL_BLEND);
128 GLboolean last_enable_cull_face = glIsEnabled(GL_CULL_FACE);
129 GLboolean last_enable_depth_test = glIsEnabled(GL_DEPTH_TEST);
130 GLboolean last_enable_scissor_test = glIsEnabled(GL_SCISSOR_TEST);
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
ABI-check 99 glIsEnabled
  /xsrc/external/mit/mesa-demos/dist/src/demos/
trispd.c 199 printf("Dither: %s\n", glIsEnabled(GL_DITHER) ? "on" : "off");
201 printf("DepthTest: %s\n", glIsEnabled(GL_DEPTH_TEST) ? "on" : "off");
engine.c 795 const GLboolean blend = glIsEnabled(GL_BLEND);
830 GLboolean lit = glIsEnabled(GL_LIGHTING);
831 GLboolean tex = glIsEnabled(GL_TEXTURE_2D);
966 GLboolean lit = glIsEnabled(GL_LIGHTING);
967 GLboolean tex = glIsEnabled(GL_TEXTURE_2D);
shadowtex.c 462 assert(!glIsEnabled(GL_TEXTURE_1D));
463 assert(!glIsEnabled(GL_TEXTURE_2D));
618 assert(!glIsEnabled(GL_TEXTURE_2D));
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
ABI-check 219 glIsEnabled
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
shadowmap.c 198 GLboolean textureOn = glIsEnabled( GL_TEXTURE_2D );
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_context.c 937 &glIsEnabled,
gldrv.h 320 GLboolean (APIENTRY *glIsEnabled )( GLenum cap );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_context.c 890 &glIsEnabled,
  /xsrc/external/mit/MesaLib/dist/include/GLES/
gl.h 499 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES/
gl.h 508 GL_API GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/MesaLib/src/mapi/es1api/
glapi_mapi_tmp.h 85 GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap);
666 GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap)
1402 STUB_ASM_ENTRY("glIsEnabled")"\n"
  /xsrc/external/mit/MesaLib/dist/include/GLES2/
gl2.h 608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES2/
gl2.h 608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/xorg-server.old/dist/glx/
glprocs.h 341 "glIsEnabled\0"
1494 NAME_FUNC_OFFSET( 3532, glIsEnabled, glIsEnabled, NULL, _gloffset_IsEnabled),
  /xsrc/external/mit/MesaLib/src/mapi/es2api/
glapi_mapi_tmp.h 207 GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap);
1733 GLAPI GLboolean APIENTRY glIsEnabled(GLenum cap)
3472 STUB_ASM_ENTRY("glIsEnabled")"\n"
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 793 GLAPI GLboolean GLAPIENTRY glIsEnabled( GLenum cap );
  /xsrc/external/mit/MesaLib/dist/include/GLES3/
gl3.h 608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
gl31.h 608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
gl.h 800 GLAPI GLboolean GLAPIENTRY glIsEnabled( GLenum cap );
  /xsrc/external/mit/MesaLib.old/dist/include/GLES3/
gl3.h 608 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
gl31.h 610 GL_APICALL GLboolean GL_APIENTRY glIsEnabled (GLenum cap);
  /xsrc/external/mit/xorg-server/dist/glx/
indirect_dispatch.c 2225 retval = glIsEnabled(*(GLenum *) (pc + 0));

Completed in 89 milliseconds

1 2