/external/mesa3d/src/mesa/main/ |
D | context.h | 282 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()
|
D | version.c | 98 (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()
|
D | extensions_table.c | 45 [API_OPENGLES2] = gles2_ver, \
|
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()
|
D | multisample.c | 204 if ((ctx->API == API_OPENGLES2 && ctx->Version == 30) && in _mesa_check_sample_count()
|
D | points.c | 264 ctx->API == API_OPENGLES2); in _mesa_init_point()
|
D | getstring.c | 78 case API_OPENGLES2: in shading_language_version()
|
D | buffers.c | 426 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()
|
D | blend.c | 65 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()
|
D | texcompress.c | 410 if (ctx->API == API_OPENGLES2 && in _mesa_get_compressed_formats()
|
D | glformats.c | 1872 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()
|
D | api_validate.c | 294 case API_OPENGLES2: in check_valid_to_render()
|
D | queryobj.c | 195 || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) in get_query_binding_point()
|
D | get.c | 1245 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/ |
D | api_exec.c | 140 …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/ |
D | dispatch_sanity.cpp | 204 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/ |
D | dri_util.c | 161 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/ |
D | glsl_parser_extras.cpp | 93 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()
|
D | opt_dead_builtin_varyings.cpp | 549 ctx->API == API_OPENGLES2) { in do_dead_builtin_varyings()
|
D | standalone.cpp | 441 initialize_context(ctx, API_OPENGLES2); in standalone_compile_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 208 else if (ctx->API != API_OPENGLES2) { in st_update_rasterizer()
|
D | st_manager.c | 852 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/ |
D | dri_context.c | 86 case API_OPENGLES2: in dri_create_context()
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 91 (ctx->API == API_OPENGLES2) ? GL_TRUE : GL_FALSE; in _mesa_init_program()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 358 (ctx->API == API_OPENGLES2 && in brw_initialize_context_constants() 939 if (api != API_OPENGL_CORE && api != API_OPENGLES2) { in brwCreateContext()
|