Searched refs:ARB_half_float_vertex (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/docs/relnotes/ |
D | 7.8.3.rst | 72 - r300c: a hardlock caused by ARB_half_float_vertex incorrectly
|
/external/mesa3d/src/mesa/main/ |
D | version.c | 276 extensions->ARB_half_float_vertex && in compute_version() 488 const bool ver_3_0 = (extensions->ARB_half_float_vertex && in compute_version_es2()
|
D | extensions.c | 275 extensions->ARB_half_float_vertex = GL_TRUE; in _mesa_init_extensions()
|
D | extensions_table.h | 91 EXT(ARB_half_float_vertex , ARB_half_float_vertex , GLL, GLC, x… 420 EXT(NV_half_float , ARB_half_float_vertex , GLL, x , x… 506 EXT(OES_vertex_half_float , ARB_half_float_vertex , x , x , x…
|
D | consts_exts.h | 89 GLboolean ARB_half_float_vertex; member
|
D | varray.c | 159 if (ctx->Extensions.ARB_half_float_vertex) in type_to_bit()
|