Searched refs:dummy_true (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | extensions_table.h | 23 EXT(AMD_shader_trinary_minmax , dummy_true , GLL, GLC, x… 30 EXT(ANGLE_pack_reverse_row_order , dummy_true , x , x , x… 35 EXT(APPLE_packed_pixels , dummy_true , GLL, x , x… 36 EXT(APPLE_texture_max_level , dummy_true , x , x , ES… 47 EXT(ARB_clear_buffer_object , dummy_true , GLL, GLC, x… 52 EXT(ARB_compressed_texture_pixel_storage , dummy_true , GLL, GLC, x… 57 EXT(ARB_copy_buffer , dummy_true , GLL, GLC, x… 60 EXT(ARB_debug_output , dummy_true , GLL, GLC, x… 65 EXT(ARB_direct_state_access , dummy_true , 31, GLC, x… 66 EXT(ARB_draw_buffers , dummy_true , GLL, GLC, x… [all …]
|
D | extensions.c | 202 if (offset != 0 && (offset != o(dummy_true) || state != GL_FALSE)) { in set_extension() 330 extensions->dummy_true = GL_TRUE; in _mesa_init_extensions()
|
D | mtypes.h | 4236 GLboolean dummy_true; /* Set true by _mesa_init_extensions(). */ member
|
/external/mesa3d/src/compiler/glsl/ |
D | standalone_scaffolding.cpp | 188 ctx->Extensions.dummy_true = true; in initialize_context_to_defaults()
|