Home
last modified time | relevance | path

Searched refs:API_OPENGLES2 (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dcontext.h282 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2; in _mesa_is_gles()
292 return ctx->API == API_OPENGLES2 && ctx->Version >= 30; in _mesa_is_gles3()
302 return ctx->API == API_OPENGLES2 && ctx->Version >= 31; in _mesa_is_gles31()
312 return ctx->API == API_OPENGLES2 && ctx->Version >= 32; in _mesa_is_gles32()
341 (ctx->API == API_OPENGLES2 && ctx->Version >= 31); in _mesa_has_compute_shaders()
Dversion.c98 (api == API_OPENGLES2 && (override[api].fc_suffix || in get_gl_override()
600 case API_OPENGLES2: in _mesa_get_version()
651 case API_OPENGLES2: in _mesa_compute_version()
723 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) || in _mesa_get_shading_language_version()
730 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility) in _mesa_get_shading_language_version()
Dextensions_table.c45 [API_OPENGLES2] = gles2_ver, \
Dvtxfmt.c50 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()
Dmultisample.c204 if ((ctx->API == API_OPENGLES2 && ctx->Version == 30) && in _mesa_check_sample_count()
Dpoints.c264 ctx->API == API_OPENGLES2); in _mesa_init_point()
Dgetstring.c78 case API_OPENGLES2: in shading_language_version()
Dbuffers.c426 if (ctx->API == API_OPENGLES2 && _mesa_is_winsys_fbo(fb) && in draw_buffers()
548 if (ctx->API == API_OPENGLES2 && _mesa_is_user_fbo(fb) && in draw_buffers()
Dblend.c65 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_src_factor()
101 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_dst_factor()
Dtexcompress.c410 if (ctx->API == API_OPENGLES2 && in _mesa_get_compressed_formats()
Dglformats.c1872 ctx->API == API_OPENGLES2) { in _mesa_error_check_format_and_type()
1879 if (ctx->API == API_OPENGLES2 && format == GL_DEPTH_COMPONENT) in _mesa_error_check_format_and_type()
2002 return (ctx->API == API_OPENGLES2) in _mesa_error_check_format_and_type()
Dapi_validate.c294 case API_OPENGLES2: in check_valid_to_render()
Dqueryobj.c195 || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) in get_query_binding_point()
Dget.c1245 if (ctx->API == API_OPENGLES2) in check_extra()
1417 if (ctx->API == API_OPENGLES2) { in find_value()
2431 if (ctx->API == API_OPENGLES2 && ctx->Version < 31) in find_value_indexed()
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c140 …if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && … in _mesa_initialize_exec_table()
178 …if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && … in _mesa_initialize_exec_table()
190 …if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && … in _mesa_initialize_exec_table()
194 …bled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2)) { in _mesa_initialize_exec_table()
238 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2)) { in _mesa_initialize_exec_table()
329 …no_error_enabled(ctx) && (ctx->API == API_OPENGL_CORE || (ctx->API == API_OPENGLES2 && ctx->Versio… in _mesa_initialize_exec_table()
387 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 31)) { in _mesa_initialize_exec_table()
526 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) { in _mesa_initialize_exec_table()
595 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31)) { in _mesa_initialize_exec_table()
614 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 32)) { in _mesa_initialize_exec_table()
[all …]
/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp204 SetUpCtx(API_OPENGLES2, 20); in TEST_F()
211 SetUpCtx(API_OPENGLES2, 30); in TEST_F()
219 SetUpCtx(API_OPENGLES2, 31); in TEST_F()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c161 api = API_OPENGLES2; in driCreateNewScreen2()
266 case API_OPENGLES2: in validate_context_version()
327 mesa_api = API_OPENGLES2; in driCreateContextAttribs()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp93 if (ctx->API == API_OPENGLES2) { in _mesa_glsl_parse_state()
233 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility) { in _mesa_glsl_parse_state()
251 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) || in _mesa_glsl_parse_state()
464 case API_OPENGLES2: in process_version_directive()
789 if (state->es_shader && api != API_OPENGLES2) in _mesa_glsl_process_extension()
790 api = API_OPENGLES2; in _mesa_glsl_process_extension()
1945 api = API_OPENGLES2; in add_builtin_defines()
Dopt_dead_builtin_varyings.cpp549 ctx->API == API_OPENGLES2) { in do_dead_builtin_varyings()
Dstandalone.cpp441 initialize_context(ctx, API_OPENGLES2); in standalone_compile_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c208 else if (ctx->API != API_OPENGLES2) { in st_update_rasterizer()
Dst_manager.c852 api = API_OPENGLES2; in st_api_create_context()
1228 *gl_es2_version = get_version(sm->screen, options, API_OPENGLES2); in st_api_query_versions()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.c86 case API_OPENGLES2: in dri_create_context()
/external/mesa3d/src/mesa/program/
Dprogram.c91 (ctx->API == API_OPENGLES2) ? GL_TRUE : GL_FALSE; in _mesa_init_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c358 (ctx->API == API_OPENGLES2 && in brw_initialize_context_constants()
939 if (api != API_OPENGL_CORE && api != API_OPENGLES2) { in brwCreateContext()

12