Home
last modified time | relevance | path

Searched refs:OES_texture_half_float (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c143 ctx->Extensions.OES_texture_half_float = true; in intelInitExtensions()
/external/mesa3d/src/mesa/main/
Dversion.c515 extensions->OES_texture_half_float && in compute_version_es2()
Dextensions_table.h473 EXT(OES_texture_half_float , OES_texture_half_float , x , x , x…
Dmtypes.h4481 GLboolean OES_texture_half_float; member
Dteximage.c100 if (ctx->Extensions.OES_texture_half_float) { in adjust_for_oes_float_texture()
154 if (ctx->Extensions.OES_texture_half_float) { in oes_float_internal_format()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp63 static const char* OES_texture_half_float = "GL_OES_texture_half_float"; variable
1566 TF(GL_RGB, GL_HALF_FLOAT_OES, GL_RGB, OES_texture_half_float), in getESTestData()
1567 TF(GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA, OES_texture_half_float), in getESTestData()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c838 { { o(OES_texture_half_float) }, in st_init_extensions()
1632 extensions->OES_texture_half_float && in st_init_extensions()
/external/mesa3d/docs/relnotes/
D11.0.0.rst91 Please expose OES_texture_float and OES_texture_half_float on the ES3