Home
last modified time | relevance | path

Searched refs:OES_texture_float (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c2906 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()
Dextensions_table.h406 EXT(OES_texture_float , OES_texture_float , x , x , x…
Dmtypes.h4240 GLboolean OES_texture_float; member
Dteximage.c81 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/
Dintel_extensions.c135 ctx->Extensions.OES_texture_float = true; in intelInitExtensions()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp58 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/
Dst_extensions.c712 { { o(OES_texture_float) }, in st_init_extensions()