Home
last modified time | relevance | path

Searched refs:ARB_half_float_vertex (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/docs/relnotes/
D7.8.3.rst72 - r300c: a hardlock caused by ARB_half_float_vertex incorrectly
/external/mesa3d/src/mesa/main/
Dversion.c276 extensions->ARB_half_float_vertex && in compute_version()
488 const bool ver_3_0 = (extensions->ARB_half_float_vertex && in compute_version_es2()
Dextensions.c275 extensions->ARB_half_float_vertex = GL_TRUE; in _mesa_init_extensions()
Dextensions_table.h91 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…
Dconsts_exts.h89 GLboolean ARB_half_float_vertex; member
Dvarray.c159 if (ctx->Extensions.ARB_half_float_vertex) in type_to_bit()