Home
last modified time | relevance | path

Searched refs:EXT_packed_float (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dversion.c297 extensions->EXT_packed_float && in compute_version()
537 extensions->EXT_packed_float && in compute_version_es2()
Dextensions_table.h266 EXT(EXT_packed_float , EXT_packed_float , GLL, GLC, x…
Dmtypes.h4458 GLboolean EXT_packed_float; member
Dget.c394 EXT(EXT_packed_float),
Dfbobject.c2393 return ((_mesa_is_desktop_gl(ctx) && ctx->Extensions.EXT_packed_float) || in _mesa_base_fbo_format()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_packed_float.txt322 See EXT_packed_float for other relevant issues.
337 First draft written based on EXT_packed_float.
/third_party/openGLES/extensions/NV/
DNV_packed_float.txt322 See EXT_packed_float for other relevant issues.
337 First draft written based on EXT_packed_float.
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c105 ctx->Extensions.EXT_packed_float = true; in brw_init_extensions()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_float.txt3 EXT_packed_float
466 RESOLVED: EXT_packed_float
DEXT_shader_image_load_store.txt1918 supported, including the 11/11/10 RGB format from EXT_packed_float and
/third_party/openGLES/extensions/EXT/
DEXT_packed_float.txt3 EXT_packed_float
466 RESOLVED: EXT_packed_float
DEXT_shader_image_load_store.txt1918 supported, including the 11/11/10 RGB format from EXT_packed_float and
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c903 { { o(EXT_packed_float) }, in st_init_extensions()
Dst_cb_drawpixels.c457 assert(ctx->Extensions.EXT_packed_float); in internal_format()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_image_load_store.txt1905 supported, including the 11/11/10 RGB format from EXT_packed_float and
/third_party/openGLES/extensions/ARB/
DARB_shader_image_load_store.txt1915 supported, including the 11/11/10 RGB format from EXT_packed_float and
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst969 - mesa/main: do not allow EXT_packed_float enums before gles3