/external/mesa3d/src/mesa/main/ |
D | version.c | 58 const char *env_var = (api == API_OPENGL_CORE || api == API_OPENGL_COMPAT) in get_gl_override() 70 [API_OPENGL_CORE] = { -1, false, false}, in get_gl_override() 127 (ctx->API == API_OPENGL_CORE) ? " (Core Profile)" : in create_version_string() 169 if (*apiOut == API_OPENGL_CORE || *apiOut == API_OPENGL_COMPAT) { in _mesa_override_gl_version_contextless() 171 *apiOut = API_OPENGL_CORE; in _mesa_override_gl_version_contextless() 269 (api == API_OPENGL_CORE || in compute_version() 471 if (api == API_OPENGL_CORE && version < 31) in compute_version() 594 case API_OPENGL_CORE: in _mesa_get_version() 646 case API_OPENGL_CORE: in _mesa_compute_version()
|
D | glthread_marshal.h | 86 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices() 97 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices() 107 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indirect() 118 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices_or_indirect()
|
D | menums.h | 48 API_OPENGL_CORE, enumerator 49 API_OPENGL_LAST = API_OPENGL_CORE
|
D | extensions_table.c | 42 [API_OPENGL_CORE] = glc_ver, \
|
D | points.c | 201 || ctx->API == API_OPENGL_CORE) { in _mesa_PointParameterfv() 263 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE || in _mesa_init_point()
|
D | getstring.c | 46 case API_OPENGL_CORE: in shading_language_version() 148 if (ctx->API == API_OPENGL_CORE) { in _mesa_GetString()
|
D | polygon.c | 183 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode() 202 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
|
D | lines.c | 62 if (!no_error && ctx->API == API_OPENGL_CORE in line_width()
|
D | hint.c | 105 if (ctx->API == API_OPENGL_CORE) in _mesa_Hint()
|
D | glthread_draw.c | 342 if (ctx->API == API_OPENGL_CORE || !user_buffer_mask || in draw_arrays() 448 (ctx->API == API_OPENGL_CORE || !user_buffer_mask)) { in _mesa_marshal_MultiDrawArrays() 617 if (ctx->API == API_OPENGL_CORE || in draw_elements() 827 (ctx->API == API_OPENGL_CORE || in _mesa_marshal_MultiDrawElementsBaseVertex()
|
D | glformats.c | 2273 return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; in _mesa_base_tex_format() 2280 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format() 2289 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; in _mesa_base_tex_format() 2295 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; in _mesa_base_tex_format() 2297 return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; in _mesa_base_tex_format() 2308 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; in _mesa_base_tex_format() 2345 ctx->API == API_OPENGL_CORE) { in _mesa_base_tex_format()
|
D | vtxfmt.c | 50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt() 66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt() 261 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
|
D | context.h | 298 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE; in _mesa_is_desktop_gl()
|
D | context.c | 622 consts->GLSLVersion = api == API_OPENGL_CORE ? 130 : 120; in _mesa_init_constants() 675 consts->ProfileMask = api == API_OPENGL_CORE in _mesa_init_constants() 1271 case API_OPENGL_CORE: in _mesa_initialize_context()
|
D | formatquery.c | 414 if (ctx->API != API_OPENGL_CORE && !_mesa_has_ARB_texture_cube_map(ctx)) in _is_target_supported() 993 if (ctx->API != API_OPENGL_CORE && in _mesa_GetInternalformativ()
|
D | blend.c | 1057 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor() 1064 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor()
|
D | varray.c | 815 if (ctx->API == API_OPENGL_CORE && (vao == ctx->Array.DefaultVAO)) { in validate_array() 3025 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_BindVertexBuffer() 3245 if (ctx->API == API_OPENGL_CORE && in _mesa_BindVertexBuffers() 3356 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in vertex_attrib_format() 3604 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexAttribBinding() 3714 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexBindingDivisor()
|
D | clear.c | 162 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in clear()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 269 case API_OPENGL_CORE: in validate_context_version() 339 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs() 399 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs() 430 && mesa_api != API_OPENGL_CORE in driCreateContextAttribs() 450 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 226 if (ctx->API == API_OPENGL_CORE || in intelInitExtensions() 385 if (ctx->API != API_OPENGL_CORE) in intelInitExtensions()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 93 case API_OPENGL_CORE: in dri_create_context()
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 550 if (ctx->API == API_OPENGL_CORE || in do_dead_builtin_varyings()
|
/external/mesa3d/src/mesa/main/tests/ |
D | dispatch_sanity.cpp | 181 SetUpCtx(API_OPENGL_CORE, 31); in TEST_F()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 599 case API_OPENGL_CORE: in st_create_context_priv() 751 if (ctx->API == API_OPENGL_CORE && in st_create_context_priv()
|
D | st_manager.c | 879 api = API_OPENGL_CORE; in st_api_create_context() 1284 *gl_core_version = get_version(sm->screen, options, API_OPENGL_CORE); in st_api_query_versions()
|