/external/mesa3d/src/mesa/main/ |
D | extensions.c | 109 ctx->Extensions.ARB_depth_clamp = GL_TRUE; in _mesa_enable_sw_extensions() 110 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions() 111 ctx->Extensions.ARB_draw_elements_base_vertex = GL_TRUE; in _mesa_enable_sw_extensions() 112 ctx->Extensions.ARB_draw_instanced = GL_TRUE; in _mesa_enable_sw_extensions() 113 ctx->Extensions.ARB_explicit_attrib_location = GL_TRUE; in _mesa_enable_sw_extensions() 114 ctx->Extensions.ARB_fragment_coord_conventions = GL_TRUE; in _mesa_enable_sw_extensions() 115 ctx->Extensions.ARB_fragment_program = GL_TRUE; in _mesa_enable_sw_extensions() 116 ctx->Extensions.ARB_fragment_program_shadow = GL_TRUE; in _mesa_enable_sw_extensions() 117 ctx->Extensions.ARB_fragment_shader = GL_TRUE; in _mesa_enable_sw_extensions() 118 ctx->Extensions.ARB_framebuffer_object = GL_TRUE; in _mesa_enable_sw_extensions() [all …]
|
D | formats.c | 622 return GL_TRUE; in _mesa_is_format_etc2() 1425 return GL_TRUE; in _mesa_format_matches_format_and_type() 1428 return GL_TRUE; in _mesa_format_matches_format_and_type() 1431 return GL_TRUE; in _mesa_format_matches_format_and_type() 1435 return GL_TRUE; in _mesa_format_matches_format_and_type() 1439 return GL_TRUE; in _mesa_format_matches_format_and_type() 1442 return GL_TRUE; in _mesa_format_matches_format_and_type() 1450 return GL_TRUE; in _mesa_format_matches_format_and_type() 1453 return GL_TRUE; in _mesa_format_matches_format_and_type() 1456 return GL_TRUE; in _mesa_format_matches_format_and_type() [all …]
|
D | teximage.c | 258 return GL_TRUE; in _mesa_is_proxy_texture() 642 return GL_TRUE; in _mesa_tex_target_is_layered() 819 img->FixedSampleLocations = GL_TRUE; in clear_teximage_fields() 954 internalFormat, format, 0, GL_TRUE); in _mesa_init_teximage_fields() 1001 return GL_TRUE; in _mesa_legal_texture_dimensions() 1019 return GL_TRUE; in _mesa_legal_texture_dimensions() 1039 return GL_TRUE; in _mesa_legal_texture_dimensions() 1050 return GL_TRUE; in _mesa_legal_texture_dimensions() 1074 return GL_TRUE; in _mesa_legal_texture_dimensions() 1088 return GL_TRUE; in _mesa_legal_texture_dimensions() [all …]
|
D | state.h | 64 return GL_TRUE; in _mesa_need_secondary_color() 67 return GL_TRUE; in _mesa_need_secondary_color() 72 return GL_TRUE; in _mesa_need_secondary_color() 77 return GL_TRUE; in _mesa_need_secondary_color() 80 return GL_TRUE; in _mesa_need_secondary_color()
|
D | texparam.c | 258 return GL_TRUE; in _mesa_target_allows_setting_sampler_parameters() 299 return GL_TRUE; in set_tex_parameteri() 308 return GL_TRUE; in set_tex_parameteri() 327 return GL_TRUE; in set_tex_parameteri() 342 return GL_TRUE; in set_tex_parameteri() 355 return GL_TRUE; in set_tex_parameteri() 368 return GL_TRUE; in set_tex_parameteri() 414 return GL_TRUE; in set_tex_parameteri() 441 return GL_TRUE; in set_tex_parameteri() 451 texObj->GenerateMipmap = params[0] ? GL_TRUE : GL_FALSE; in set_tex_parameteri() [all …]
|
D | samplerobj.c | 486 return GL_TRUE; in validate_texture_wrap_mode() 540 return GL_TRUE; in set_sampler_wrap_s() 555 return GL_TRUE; in set_sampler_wrap_t() 570 return GL_TRUE; in set_sampler_wrap_r() 613 return GL_TRUE; in set_sampler_min_filter() 632 return GL_TRUE; in set_sampler_mag_filter() 648 return GL_TRUE; in set_sampler_lod_bias() 662 return GL_TRUE; in set_sampler_border_colorf() 676 return GL_TRUE; in set_sampler_border_colori() 690 return GL_TRUE; in set_sampler_border_colorui() [all …]
|
D | errors.c | 123 output_if_debug("Mesa", s, GL_TRUE); in flush_delayed_errors() 149 output_if_debug("Mesa warning", str, GL_TRUE); in _mesa_warning() 196 debug = GL_TRUE; in should_output() 199 debug = GL_TRUE; in should_output() 211 return GL_TRUE; in should_output() 319 output_if_debug("Mesa: User error", s2, GL_TRUE); in _mesa_error()
|
D | varray.c | 624 update_array(ctx, VERT_ATTRIB_NORMAL, GL_RGBA, 3, 3, type, stride, GL_TRUE, in _mesa_NormalPointer_no_error() 646 type, stride, GL_TRUE, GL_FALSE, in _mesa_NormalPointer() 650 update_array(ctx, VERT_ATTRIB_NORMAL, format, 3, 3, type, stride, GL_TRUE, in _mesa_NormalPointer() 664 type, stride, GL_TRUE, GL_FALSE, GL_FALSE, ptr); in _mesa_ColorPointer_no_error() 688 BGRA_OR_4, size, type, stride, GL_TRUE, in _mesa_ColorPointer() 694 type, stride, GL_TRUE, GL_FALSE, GL_FALSE, ptr); in _mesa_ColorPointer() 773 stride, GL_TRUE, GL_FALSE, GL_FALSE, ptr); in _mesa_SecondaryColorPointer_no_error() 796 GL_TRUE, GL_FALSE, GL_FALSE, format, ptr, in _mesa_SecondaryColorPointer() 801 stride, GL_TRUE, GL_FALSE, GL_FALSE, ptr); in _mesa_SecondaryColorPointer() 981 const GLboolean integer = GL_TRUE; in _mesa_VertexAttribIPointer_no_error() [all …]
|
D | get.c | 71 #define FLOAT_TO_BOOLEAN(X) ( (X) ? GL_TRUE : GL_FALSE ) 76 #define INT_TO_BOOLEAN(I) ( (I) ? GL_TRUE : GL_FALSE ) 81 #define INT64_TO_BOOLEAN(I) ( (I) ? GL_TRUE : GL_FALSE ) 1215 api_check = GL_TRUE; in check_extra() 1217 api_found = GL_TRUE; in check_extra() 1220 api_check = GL_TRUE; in check_extra() 1222 api_found = GL_TRUE; in check_extra() 1225 api_check = GL_TRUE; in check_extra() 1227 api_found = GL_TRUE; in check_extra() 1230 api_check = GL_TRUE; in check_extra() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 396 c->StripTextureBorder = GL_TRUE; in st_init_limits() 405 extensions->ARB_uniform_buffer_object = GL_TRUE; in st_init_limits() 454 extensions->ARB_shader_atomic_counters = GL_TRUE; in st_init_limits() 455 extensions->ARB_shader_atomic_counter_ops = GL_TRUE; in st_init_limits() 469 extensions->ARB_shader_storage_buffer_object = GL_TRUE; in st_init_limits() 482 extensions->ARB_shader_image_load_store = GL_TRUE; in st_init_limits() 483 extensions->ARB_shader_image_size = GL_TRUE; in st_init_limits() 577 extension_table[mapping[i].extension_offset[j]] = GL_TRUE; in init_format_extensions() 721 GL_TRUE }, /* at least one format must be supported */ in st_init_extensions() 726 GL_TRUE }, /* at least one format must be supported */ in st_init_extensions() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fBooleanStateQueryTests.cpp | 97 const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE; in verifyBoolean() 150 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE; in verifyBoolean() 172 reference0 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 173 reference1 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 174 reference2 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 175 reference3 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 428 glDepthMask(GL_TRUE); in test() 450 glSampleCoverage(1.0f, GL_TRUE); in test() 499 { GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE }, in test() 500 { GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE }, in test() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBooleanStateQueryTests.cpp | 95 const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE; in verifyBoolean() 141 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE; in verifyBoolean() 163 reference0 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 164 reference1 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 165 reference2 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 166 reference3 ? GLboolean(GL_TRUE) : GLboolean(GL_FALSE), in verifyBoolean4() 468 glDepthMask(GL_TRUE); in test() 490 glSampleCoverage(1.0f, GL_TRUE); in test() 543 { GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE }, in test() 544 { GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE }, in test() [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split.c | 67 return GL_TRUE; in split_prim_inplace() 71 return GL_TRUE; in split_prim_inplace() 75 return GL_TRUE; in split_prim_inplace() 79 return GL_TRUE; in split_prim_inplace() 83 return GL_TRUE; in split_prim_inplace() 87 return GL_TRUE; in split_prim_inplace() 91 return GL_TRUE; in split_prim_inplace()
|
D | vbo_context.h | 103 exec->array.recalculate_inputs = GL_TRUE; in vbo_exec_invalidate_state() 109 exec->eval.recalculate_maps = GL_TRUE; in vbo_exec_invalidate_state() 179 return GL_TRUE; in vbo_attrtype_to_integer_flag() 196 return GL_TRUE; in vbo_attrtype_to_double_flag()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 395 return GL_TRUE; in validate_buffers() 571 r200->hw.cst.dirty = GL_TRUE; in r200_blit() 572 r200->hw.ctx.dirty = GL_TRUE; in r200_blit() 573 r200->hw.vap.dirty = GL_TRUE; in r200_blit() 574 r200->hw.msk.dirty = GL_TRUE; in r200_blit() 575 r200->hw.pix[0].dirty = GL_TRUE; in r200_blit() 576 r200->hw.pix[1].dirty = GL_TRUE; in r200_blit() 577 r200->hw.pix[2].dirty = GL_TRUE; in r200_blit() 578 r200->hw.pix[3].dirty = GL_TRUE; in r200_blit() 579 r200->hw.sci.dirty = GL_TRUE; in r200_blit() [all …]
|
D | r200_tex.c | 81 is_clamp = GL_TRUE; in r200SetTexWrap() 88 is_clamp_to_border = GL_TRUE; in r200SetTexWrap() 95 is_clamp = GL_TRUE; in r200SetTexWrap() 102 is_clamp_to_border = GL_TRUE; in r200SetTexWrap() 115 is_clamp = GL_TRUE; in r200SetTexWrap() 122 is_clamp_to_border = GL_TRUE; in r200SetTexWrap() 129 is_clamp = GL_TRUE; in r200SetTexWrap() 136 is_clamp_to_border = GL_TRUE; in r200SetTexWrap() 151 is_clamp = GL_TRUE; in r200SetTexWrap() 158 is_clamp_to_border = GL_TRUE; in r200SetTexWrap() [all …]
|
D | radeon_queryobj.c | 66 query->Base.Ready = GL_TRUE; in radeonNewQueryObject() 99 query->Base.Ready = GL_TRUE; in radeonWaitQuery() 122 radeon->query.queryobj.dirty = GL_TRUE; in radeonBeginQuery() 123 radeon->hw.is_dirty = GL_TRUE; in radeonBeginQuery() 176 query->Base.Ready = GL_TRUE; in radeonCheckQuery() 215 radeon->query.current->emitted_begin = GL_TRUE; in radeon_emit_queryobj()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedCoverage.cpp | 79 gl.colorMaski(i, GL_FALSE, GL_TRUE, GL_FALSE, GL_TRUE); in iterate() 91 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); in iterate()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 118 glw::GLboolean bool_value = GL_TRUE; in iterate() 151 glw::GLboolean bool_value = GL_TRUE; in iterate() 170 bool_value = GL_TRUE; in iterate() 224 if (bool_value != GL_TRUE || de::abs(float_value - expected_float_value) > epsilon || in iterate() 246 if (bool_value != GL_TRUE || de::abs(float_value - expected_float_value) > epsilon || in iterate() 332 GL_TRUE); /* fixedsamplelocations */ in iterate() 340 GL_TRUE); /* fixedsamplelocations */ in iterate() 417 expected_int_value = GL_TRUE; in iterate() 522 glw::GLboolean bool_value = GL_TRUE; in iterate() 559 if (enabled != GL_TRUE) in iterate() [all …]
|
D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 262 1 /* height */, GL_TRUE /* fixedsamplelocations */); in iterate() 280 gl_max_texture_size_value, GL_TRUE /* fixedsamplelocations */); in iterate() 302 GL_TRUE); /* fixedsamplelocations */ in iterate() 314 GL_TRUE); /* fixedsamplelocations */ in iterate() 326 GL_TRUE); /* fixedsamplelocations */ in iterate() 339 GL_TRUE); /* fixedsamplelocations */ in iterate() 363 GL_TRUE /* fixedsamplelocations */); in iterate() 375 GL_TRUE); /* fixedsamplelocations */ in iterate() 387 GL_TRUE); /* fixedsamplelocations */ in iterate() 477 const glw::GLboolean fixedsamplelocations = GL_TRUE; in iterate() [all …]
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProperties.cpp | 98 (expected_value != 0) ? (glw::GLboolean)GL_TRUE : (glw::GLboolean)GL_FALSE, in iterate() 99 (expected_value != 0) ? (glw::GLboolean)GL_TRUE : (glw::GLboolean)GL_FALSE, in iterate() 100 (expected_value != 0) ? (glw::GLboolean)GL_TRUE : (glw::GLboolean)GL_FALSE, in iterate() 101 (expected_value != 0) ? (glw::GLboolean)GL_TRUE : (glw::GLboolean)GL_FALSE in iterate() 257 if (fs_compile_status != GL_TRUE) in initTest() 262 if (vs_compile_status != GL_TRUE) in initTest() 348 test_3.expected_gen_point_mode_value = GL_TRUE; in iterate() 375 test_4.expected_gen_point_mode_value = GL_TRUE; in iterate() 431 if (tc_compile_status != GL_TRUE) in iterate() 436 if (te_compile_status != GL_TRUE) in iterate() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 72 is_clamp = GL_TRUE; in radeonSetTexWrap() 79 is_clamp_to_border = GL_TRUE; in radeonSetTexWrap() 86 is_clamp = GL_TRUE; in radeonSetTexWrap() 93 is_clamp_to_border = GL_TRUE; in radeonSetTexWrap() 106 is_clamp = GL_TRUE; in radeonSetTexWrap() 113 is_clamp_to_border = GL_TRUE; in radeonSetTexWrap() 120 is_clamp = GL_TRUE; in radeonSetTexWrap() 127 is_clamp_to_border = GL_TRUE; in radeonSetTexWrap() 396 rmesa->recheck_texgen[unit] = GL_TRUE; in radeonTexGen()
|
D | radeon_queryobj.c | 66 query->Base.Ready = GL_TRUE; in radeonNewQueryObject() 99 query->Base.Ready = GL_TRUE; in radeonWaitQuery() 122 radeon->query.queryobj.dirty = GL_TRUE; in radeonBeginQuery() 123 radeon->hw.is_dirty = GL_TRUE; in radeonBeginQuery() 176 query->Base.Ready = GL_TRUE; in radeonCheckQuery() 215 radeon->query.current->emitted_begin = GL_TRUE; in radeon_emit_queryobj()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Query.cpp | 141 if(mQuery != nullptr && mStatus != GL_TRUE) in testQuery() 146 mStatus = GL_TRUE; in testQuery() 152 mResult = (resultSum > 0) ? GL_TRUE : GL_FALSE; in testQuery() 165 return GL_TRUE; // Prevent blocking when query is nullptr in testQuery()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_rendertmp.h | 223 EDGEFLAG_SET( ej2, GL_TRUE ); in TAG() 224 EDGEFLAG_SET( ej1, GL_TRUE ); in TAG() 225 EDGEFLAG_SET( ej, GL_TRUE ); in TAG() 266 EDGEFLAG_SET( ejs, GL_TRUE ); in TAG() 267 EDGEFLAG_SET( ej1, GL_TRUE ); in TAG() 268 EDGEFLAG_SET( ej, GL_TRUE ); in TAG() 414 EDGEFLAG_SET( ELT(j-3), GL_TRUE ); in TAG() 415 EDGEFLAG_SET( ELT(j-2), GL_TRUE ); in TAG() 416 EDGEFLAG_SET( ELT(j-1), GL_TRUE ); in TAG() 417 EDGEFLAG_SET( ELT(j), GL_TRUE ); in TAG()
|