Home
last modified time | relevance | path

Searched refs:API_OPENGL_CORE (Results 1 - 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dglformats.c2277 return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; in _mesa_base_tex_format()
2284 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format()
2293 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; in _mesa_base_tex_format()
2299 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; in _mesa_base_tex_format()
2301 return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; in _mesa_base_tex_format()
2312 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; in _mesa_base_tex_format()
2379 return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; in _mesa_base_tex_format()
2381 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format()
2383 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; in _mesa_base_tex_format()
2385 return (ctx->API != API_OPENGL_CORE) in _mesa_base_tex_format()
[all...]
H A Dversion.c66 const char *env_var = (api == API_OPENGL_CORE || api == API_OPENGL_COMPAT) in get_gl_override()
78 [API_OPENGL_CORE] = { -1, false, false}, in get_gl_override()
139 (ctx->API == API_OPENGL_CORE) ? " (Core Profile)" : in create_version_string()
181 if (*apiOut == API_OPENGL_CORE || *apiOut == API_OPENGL_COMPAT) { in _mesa_override_gl_version_contextless()
183 *apiOut = API_OPENGL_CORE; in _mesa_override_gl_version_contextless()
276 (api == API_OPENGL_CORE || in compute_version()
474 if (api == API_OPENGL_CORE && version < 31) in compute_version()
581 case API_OPENGL_CORE: in _mesa_get_version()
633 case API_OPENGL_CORE: in _mesa_compute_version()
H A Dmenums.h48 API_OPENGL_CORE, enumerator
49 API_OPENGL_LAST = API_OPENGL_CORE
H A Dpoints.c172 || ctx->API == API_OPENGL_CORE) { in _mesa_PointParameterfv()
231 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE || in _mesa_init_point()
H A Dextensions_table.c42 [API_OPENGL_CORE] = glc_ver, \
H A Dglthread_marshal.h98 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices()
109 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices()
119 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indirect()
130 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices_or_indirect()
H A Dlines.c64 if (!no_error && ctx->API == API_OPENGL_CORE in line_width()
H A Dpolygon.c186 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
207 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
H A Dgetstring.c50 case API_OPENGL_CORE: in shading_language_version()
157 if (ctx->API == API_OPENGL_CORE) { in _mesa_GetString()
H A Dhint.c106 if (ctx->API == API_OPENGL_CORE) in _mesa_Hint()
H A Dglthread_draw.c398 if (ctx->API == API_OPENGL_CORE || !user_buffer_mask || in draw_arrays()
512 (ctx->API == API_OPENGL_CORE || !user_buffer_mask) && in _mesa_marshal_MultiDrawArrays()
794 if (ctx->API == API_OPENGL_CORE || in draw_elements()
1013 (ctx->API == API_OPENGL_CORE || in _mesa_marshal_MultiDrawElementsBaseVertex()
H A Dcontext.h258 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE; in _mesa_is_desktop_gl()
H A Ddraw_validate.c221 case API_OPENGL_CORE: in _mesa_update_valid_to_render_state()
H A Dcontext.c471 /* Set the absolute minimum possible GLSL version. API_OPENGL_CORE can in _mesa_init_constants()
479 consts->GLSLVersion = api == API_OPENGL_CORE ? 130 : 120; in _mesa_init_constants()
532 consts->ProfileMask = api == API_OPENGL_CORE in _mesa_init_constants()
1058 case API_OPENGL_CORE: in _mesa_initialize_context()
H A Dblend.c1061 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor()
1068 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor()
H A Darrayobj.c253 if (is_ext_dsa || ctx->API == API_OPENGL_CORE) { in _mesa_lookup_vao_err()
961 if (ctx->API == API_OPENGL_CORE && in bind_vertex_array()
H A Dvarray.c838 if (ctx->API == API_OPENGL_CORE && (vao == ctx->Array.DefaultVAO)) { in validate_array()
3065 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_BindVertexBuffer()
3287 if (ctx->API == API_OPENGL_CORE && in _mesa_BindVertexBuffers()
3398 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in vertex_attrib_format()
3646 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexAttribBinding()
3756 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexBindingDivisor()
H A Dclear.c166 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in clear()
H A Denable.c1090 ctx->API != API_OPENGL_CORE) in _mesa_set_enable()
1857 ctx->API != API_OPENGL_CORE) in _mesa_IsEnabled()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c414 case API_OPENGL_CORE: in validate_context_version()
484 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
548 * API_OPENGL_COMPAT 3.1 as API_OPENGL_CORE. We reject API_OPENGL_COMPAT in driCreateContextAttribs()
554 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
585 && mesa_api != API_OPENGL_CORE in driCreateContextAttribs()
599 * requested API to API_OPENGL_CORE. in driCreateContextAttribs()
604 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
H A Ddri_context.c92 case API_OPENGL_CORE: in dri_create_context()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c507 case API_OPENGL_CORE: in st_create_context_priv()
676 if (ctx->API == API_OPENGL_CORE && in st_create_context_priv()
H A Dst_manager.c1027 api = API_OPENGL_CORE; in st_api_create_context()
1443 *gl_core_version = get_version(sm->screen, options, API_OPENGL_CORE); in st_api_query_versions()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c470 if (api == API_OPENGL_CORE || in gl_nir_opt_dead_builtin_varyings()
H A Dstandalone.cpp430 initialize_context(ctx, options->glsl_version > 130 ? API_OPENGL_CORE : API_OPENGL_COMPAT); in standalone_compile_shader()

Completed in 30 milliseconds

12