Home
last modified time | relevance | path

Searched refs:OES_texture_half_float_linear (Results 1 – 16 of 16) sorted by relevance

/third_party/openGLES/extensions/OES/
DOES_texture_float_linear.txt3 OES_texture_half_float_linear
86 OES_texture_float_linear and OES_texture_half_float_linear makes these
106 and OES_texture_half_float_linear extensions:
119 - If OES_texture_half_float and OES_texture_half_float_linear are
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_float_linear.txt3 OES_texture_half_float_linear
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c145 ctx->Extensions.OES_texture_half_float_linear = true; in brw_init_extensions()
/third_party/mesa3d/src/mesa/main/
Dversion.c532 extensions->OES_texture_half_float_linear && in compute_version_es2()
Dextensions_table.h476 EXT(OES_texture_half_float_linear , OES_texture_half_float_linear , x , x , x…
Dtexobj.c72 if (obj->_IsHalfFloat && !ctx->Extensions.OES_texture_half_float_linear) { in valid_filter_for_float()
90 if (obj->_IsHalfFloat && !ctx->Extensions.OES_texture_half_float_linear) { in valid_filter_for_float()
Dmtypes.h4566 GLboolean OES_texture_half_float_linear; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp64 static const char* OES_texture_half_float_linear = "GL_OES_texture_half_float_linear"; variable
1571 …TF(GL_RGB, GL_HALF_FLOAT_OES, GL_RGB, OES_texture_half_float_linear, DE_NULL, GL_LINEAR, GL_LINEAR… in getESTestData()
1572 …TF(GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA, OES_texture_half_float_linear, DE_NULL, GL_LINEAR, GL_LINE… in getESTestData()
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Dwebworker.ts1232 OES_texture_half_float_linear: {
Ddom.ts4178 OES_texture_half_float_linear: {
/third_party/skia/third_party/externals/angle2/doc/
DExtensionSupport.md158 …at_linear](https://khronos.org/registry/OpenGL/extensions/OES/OES_texture_half_float_linear.txt) |…
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c879 { o(OES_texture_half_float_linear), PIPE_CAP_TEXTURE_HALF_FLOAT_LINEAR }, in st_init_extensions()
/third_party/typescript/lib/
Dlib.webworker.d.ts2436 interface OES_texture_half_float_linear { interface
4852 …getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
Dlib.dom.d.ts11214 interface OES_texture_half_float_linear { interface
17883 …getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2416 interface OES_texture_half_float_linear { interface
4832 …getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
Ddom.generated.d.ts11194 interface OES_texture_half_float_linear { interface
17863 …getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;