Searched refs:OES_texture_half_float (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 143 ctx->Extensions.OES_texture_half_float = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/main/ |
D | version.c | 515 extensions->OES_texture_half_float && in compute_version_es2()
|
D | extensions_table.h | 473 EXT(OES_texture_half_float , OES_texture_half_float , x , x , x…
|
D | mtypes.h | 4481 GLboolean OES_texture_half_float; member
|
D | teximage.c | 100 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/ |
D | glcInternalformatTests.cpp | 63 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/ |
D | st_extensions.c | 838 { { o(OES_texture_half_float) }, in st_init_extensions() 1632 extensions->OES_texture_half_float && in st_init_extensions()
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.0.rst | 91 Please expose OES_texture_float and OES_texture_half_float on the ES3
|