Searched refs:OES_texture_half_float (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 2914 if (ctx->Extensions.OES_texture_half_float && internalFormat == format) in _mesa_es3_error_check_format_and_type() 3038 if (!ctx->Extensions.OES_texture_half_float || internalFormat != format) in _mesa_es3_error_check_format_and_type() 3127 ctx->Extensions.OES_texture_half_float) in _mesa_es3_error_check_format_and_type() 3218 ctx->Extensions.OES_texture_half_float) in _mesa_es3_error_check_format_and_type() 3349 if (!ctx->Extensions.OES_texture_half_float || internalFormat != format) in _mesa_es3_error_check_format_and_type()
|
D | extensions_table.h | 408 EXT(OES_texture_half_float , OES_texture_half_float , x , x , x…
|
D | mtypes.h | 4242 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/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 137 ctx->Extensions.OES_texture_half_float = true; in intelInitExtensions()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 60 static const char* OES_texture_half_float = "GL_OES_texture_half_float"; variable 1420 TF(GL_RGB, GL_HALF_FLOAT, GL_RGB16F, OES_texture_half_float), in getESTestData() 1421 TF(GL_RGBA, GL_HALF_FLOAT, GL_RGBA16F, OES_texture_half_float), in getESTestData()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 715 { { o(OES_texture_half_float) }, in st_init_extensions()
|