Home
last modified time | relevance | path

Searched refs:ARB_texture_rgb10_a2ui (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c1839 ctx->Extensions.ARB_texture_rgb10_a2ui) { in _mesa_error_check_format_and_type()
1854 ctx->Extensions.ARB_texture_rgb10_a2ui) { in _mesa_error_check_format_and_type()
1868 ctx->Extensions.ARB_texture_rgb10_a2ui) { in _mesa_error_check_format_and_type()
2128 return ctx->Extensions.ARB_texture_rgb10_a2ui in _mesa_error_check_format_and_type()
2170 return ctx->Extensions.ARB_texture_rgb10_a2ui in _mesa_error_check_format_and_type()
2534 if (ctx->Extensions.ARB_texture_rgb10_a2ui) { in _mesa_base_tex_format()
Dversion.c322 extensions->ARB_texture_rgb10_a2ui && in compute_version()
Dextensions_table.h160 EXT(ARB_texture_rgb10_a2ui , ARB_texture_rgb10_a2ui , GLL, GLC, x…
Dmtypes.h4137 GLboolean ARB_texture_rgb10_a2ui; member
Dfbobject.c2086 ctx->Extensions.ARB_texture_rgb10_a2ui) in _mesa_base_fbo_format()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp55 static const char* ARB_texture_rgb10_a2ui = "GL_ARB_texture_rgb10_a2ui"; variable
1552 TF(GL_RGBA_INTEGER, GL_UNSIGNED_INT_2_10_10_10_REV, GL_RGB10_A2UI, ARB_texture_rgb10_a2ui), in getGLTestData()
1580 CF(GL_RGB10_A2UI, ARB_texture_rgb10_a2ui), in getGLTestData()
1587 RF(GL_RGB10_A2UI, RENDERBUFFER_COLOR, ARB_texture_rgb10_a2ui), in getGLTestData()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c90 ctx->Extensions.ARB_texture_rgb10_a2ui = true; in intelInitExtensions()
/external/mesa3d/src/mapi/glapi/gen/
Dmeson.build88 'ARB_texture_rgb10_a2ui.xml',
DMakefile.am181 ARB_texture_rgb10_a2ui.xml \
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c718 { { o(ARB_texture_rgb10_a2ui) }, in st_init_extensions()