Home
last modified time | relevance | path

Searched refs:ARB_shader_texture_lod (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dversion.c290 extensions->ARB_shader_texture_lod && in compute_version()
529 extensions->ARB_shader_texture_lod && in compute_version_es2()
Dextensions_table.h137 EXT(ARB_shader_texture_lod , ARB_shader_texture_lod , GLL, GLC, x…
Dmtypes.h4394 GLboolean ARB_shader_texture_lod; member
/third_party/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp205 ctx->Extensions.ARB_shader_texture_lod = true; in initialize_context_to_defaults()
Dglsl_parser_extras.cpp692 EXT(ARB_shader_texture_lod),
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c75 ctx->Extensions.ARB_shader_texture_lod = true; in brw_init_extensions()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_texture_lod.txt14 and contributors to the ARB_shader_texture_lod spec,
DEXT_gpu_shader4.txt2037 functions are taken from the ARB_shader_texture_lod spec and are
2449 13. How does this extension interact with ARB_shader_texture_lod?
2452 equivalent to those defined by ARB_shader_texture_lod, but do not have
2474 with ARB_shader_texture_lod.
/third_party/openGLES/extensions/EXT/
DEXT_shader_texture_lod.txt14 and contributors to the ARB_shader_texture_lod spec,
DEXT_gpu_shader4.txt2037 functions are taken from the ARB_shader_texture_lod spec and are
2449 13. How does this extension interact with ARB_shader_texture_lod?
2452 equivalent to those defined by ARB_shader_texture_lod, but do not have
2474 with ARB_shader_texture_lod.
/third_party/mesa3d/docs/relnotes/
D10.3.3.rst89 - freedreno/ir3: add TXD support and expose ARB_shader_texture_lod
D7.11.rst268 Intel GMA 4500 ARB_shader_texture_lod support
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_texture_lod.txt3 ARB_shader_texture_lod
374 RESOLVED: ARB_shader_texture_lod
/third_party/openGLES/extensions/ARB/
DARB_shader_texture_lod.txt3 ARB_shader_texture_lod
384 RESOLVED: ARB_shader_texture_lod
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c817 { o(ARB_shader_texture_lod), PIPE_CAP_FRAGMENT_SHADER_TEXTURE_LOD }, in st_init_extensions()