/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcContextFlagsTests.cpp | 125 …addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_DEBUG, GL_CONTEXT_FLAG_DEBUG_BIT, "debug_fla… in init() 131 GL_CONTEXT_FLAG_DEBUG_BIT | GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT, in init()
|
/third_party/mesa3d/src/mesa/main/ |
D | errors.h | 103 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
|
D | pipelineobj.c | 1021 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) && in _mesa_validate_program_pipeline()
|
D | debug_output.c | 1274 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in _mesa_init_debug_output()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 959 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in st_api_create_context() 962 if (st->ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT) { in st_api_create_context()
|
/third_party/flutter/glfw/src/ |
D | internal.h | 76 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
D | context.c | 452 if (flags & GL_CONTEXT_FLAG_DEBUG_BIT) in _glfwRefreshContextAttribs()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 538 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
|
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 497 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT; in driContextSetFlags()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 1105 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 1105 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fbo.c | 632 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
|
D | brw_context.c | 840 if (!(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) in brw_initialize_context_constants()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 15 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl32.h | 1560 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/mesa3d/include/GLES3/ |
D | gl32.h | 1579 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
D | gl32.h | 1581 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/ |
D | gl32.h | 1581 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/openGLES/api/GLES3/ |
D | gl32.h | 1560 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/ |
D | glcorearb.h | 2293 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/openGLES/api/GL/ |
D | glcorearb.h | 2272 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glcorearb.h | 2328 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glcorearb.h | 2328 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/mesa3d/include/GL/ |
D | glcorearb.h | 2291 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl_glext.h | 2256 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002 macro
|