Searched refs:OES_texture_float (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 2906 if (ctx->Extensions.OES_texture_float && internalFormat == format) in _mesa_es3_error_check_format_and_type() 3030 if (ctx->Extensions.OES_texture_float && internalFormat == format) in _mesa_es3_error_check_format_and_type() 3142 ctx->Extensions.OES_texture_float) in _mesa_es3_error_check_format_and_type() 3233 ctx->Extensions.OES_texture_float) in _mesa_es3_error_check_format_and_type() 3345 if (!ctx->Extensions.OES_texture_float || internalFormat != format) in _mesa_es3_error_check_format_and_type()
|
D | extensions_table.h | 406 EXT(OES_texture_float , OES_texture_float , x , x , x…
|
D | mtypes.h | 4240 GLboolean OES_texture_float; member
|
D | teximage.c | 81 if (ctx->Extensions.OES_texture_float) { in adjust_for_oes_float_texture() 135 if (ctx->Extensions.OES_texture_float) { in oes_float_internal_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 135 ctx->Extensions.OES_texture_float = true; in intelInitExtensions()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 58 static const char* OES_texture_float = "GL_OES_texture_float"; variable 1424 TF(GL_RGB, GL_FLOAT, GL_RGB32F, OES_texture_float), in getESTestData() 1425 TF(GL_RGBA, GL_FLOAT, GL_RGBA32F, OES_texture_float), in getESTestData()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 712 { { o(OES_texture_float) }, in st_init_extensions()
|