Searched refs:GL_ENABLE_BIT (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | enable.c | 335 FLUSH_VERTICES(ctx, _NEW_TEXTURE_STATE, GL_TEXTURE_BIT | GL_ENABLE_BIT); in enable_texture() 355 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE, GL_MULTISAMPLE_BIT | GL_ENABLE_BIT); in _mesa_set_multisample() 357 FLUSH_VERTICES(ctx, 0, GL_MULTISAMPLE_BIT | GL_ENABLE_BIT); in _mesa_set_multisample() 376 GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT); in _mesa_set_framebuffer_srgb() 410 GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT); in _mesa_set_enable() 419 FLUSH_VERTICES(ctx, 0, GL_EVAL_BIT | GL_ENABLE_BIT); in _mesa_set_enable() 430 ctx->PopAttribState |= GL_ENABLE_BIT; in _mesa_set_enable() 460 GL_TRANSFORM_BIT | GL_ENABLE_BIT); in _mesa_set_enable() 462 FLUSH_VERTICES(ctx, 0, GL_TRANSFORM_BIT | GL_ENABLE_BIT); in _mesa_set_enable() 487 GL_LIGHTING_BIT | GL_ENABLE_BIT); in _mesa_set_enable() [all …]
|
D | glthread_marshal.h | 520 if (mask & (GL_POLYGON_BIT | GL_ENABLE_BIT)) in _mesa_glthread_PushAttrib() 523 if (mask & (GL_DEPTH_BUFFER_BIT | GL_ENABLE_BIT)) in _mesa_glthread_PushAttrib() 546 if (mask & (GL_POLYGON_BIT | GL_ENABLE_BIT)) in _mesa_glthread_PopAttrib() 549 if (mask & (GL_DEPTH_BUFFER_BIT | GL_ENABLE_BIT)) in _mesa_glthread_PopAttrib()
|
D | blend.c | 1063 FLUSH_VERTICES(ctx, _NEW_LIGHT_STATE, GL_LIGHTING_BIT | GL_ENABLE_BIT); in _mesa_ClampColor() 1071 FLUSH_VERTICES(ctx, 0, GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT); in _mesa_ClampColor() 1078 ctx->PopAttribState |= GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT; in _mesa_ClampColor()
|
D | attrib.c | 133 if (mask & GL_ENABLE_BIT) { in _mesa_PushAttrib() 851 if (mask & GL_ENABLE_BIT) in _mesa_PopAttrib()
|
D | context.c | 1232 if (mask & GL_ENABLE_BIT) { in _mesa_copy_context()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_opengl2.cpp | 92 glPushAttrib(GL_ENABLE_BIT | GL_COLOR_BUFFER_BIT | GL_TRANSFORM_BIT); in ImGui_ImplOpenGL2_RenderDrawData()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl2.cpp | 170 glPushAttrib(GL_ENABLE_BIT | GL_COLOR_BUFFER_BIT | GL_TRANSFORM_BIT); in ImGui_ImplOpenGL2_RenderDrawData()
|
/third_party/openGLES/extensions/NV/ |
D | NV_depth_clamp.txt | 128 RESOLUTION: GL_ENABLE_BIT and GL_TRANSFORM_BIT.
|
D | NV_vertex_program.txt | 532 GL_ENABLE_BIT?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_depth_clamp.txt | 128 RESOLUTION: GL_ENABLE_BIT and GL_TRANSFORM_BIT.
|
D | NV_vertex_program.txt | 532 GL_ENABLE_BIT?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_depth_clamp.txt | 132 RESOLUTION: GL_ENABLE_BIT and GL_TRANSFORM_BIT.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_depth_clamp.txt | 142 RESOLUTION: GL_ENABLE_BIT and GL_TRANSFORM_BIT.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_depth_bounds_test.txt | 132 RESOLUTION: GL_ENABLE_BIT and GL_DEPTH_BUFFER_BIT.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_depth_bounds_test.txt | 132 RESOLUTION: GL_ENABLE_BIT and GL_DEPTH_BUFFER_BIT.
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 679 #define GL_ENABLE_BIT 0x00002000 macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl.h | 734 #define GL_ENABLE_BIT 0x00002000 macro
|
/third_party/flutter/glfw/deps/glad/ |
D | glad.h | 361 #define GL_ENABLE_BIT 0x00002000 macro
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3385 - mesa: optimize out _NEW_ALL in glPopAttrib(GL_ENABLE_BIT) 3478 - mesa: remove unnecessary NewState flagging for glPopAttrib(GL_ENABLE_BIT)
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glew.h | 282 #define GL_ENABLE_BIT 0x00002000 macro
|