Home
last modified time | relevance | path

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

/third_party/openGLES/extensions/OES/
DOES_texture_float_linear.txt4 OES_texture_float_linear
86 OES_texture_float_linear and OES_texture_half_float_linear makes these
105 combination of the OES_texture_float, OES_texture_float_linear,
112 - If OES_texture_float_linear is supported:
115 - If OES_texture_float and OES_texture_float_linear are supported:
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_float_linear.txt4 OES_texture_float_linear
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h290 GLboolean OES_texture_float_linear; member
Dextensions_table.h481 EXT(OES_texture_float_linear , OES_texture_float_linear , x , x , x…
Dtexobj.c81 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { in valid_filter_for_float()
99 } else if (obj->_IsFloat && !ctx->Extensions.OES_texture_float_linear) { in valid_filter_for_float()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp62 static const char* OES_texture_float_linear = "GL_OES_texture_float_linear"; variable
1575 TF(GL_RGB, GL_FLOAT, GL_RGB32F, OES_texture_float_linear, DE_NULL, GL_LINEAR, GL_LINEAR), in getESTestData()
1576 TF(GL_RGBA, GL_FLOAT, GL_RGBA32F, OES_texture_float_linear, DE_NULL, GL_LINEAR, GL_LINEAR), in getESTestData()
/third_party/skia/third_party/externals/angle2/doc/
DExtensionSupport.md154 …loat_linear](https://khronos.org/registry/OpenGL/extensions/OES/OES_texture_float_linear.txt) | &#…
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c875 { o(OES_texture_float_linear), PIPE_CAP_TEXTURE_FLOAT_LINEAR }, in st_init_extensions()
/third_party/typescript/tests/lib/
Dlib.d.ts12100 interface OES_texture_float_linear { interface
12103 declare var OES_texture_float_linear: { variable
12104 prototype: OES_texture_float_linear;
12105 new(): OES_texture_float_linear;
/third_party/typescript/lib/
Dlib.webworker.d.ts2542 interface OES_texture_float_linear { interface
4974 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
Dlib.dom.d.ts10323 interface OES_texture_float_linear { interface
16221 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2522 interface OES_texture_float_linear { interface
4954 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
Ddom.generated.d.ts10303 interface OES_texture_float_linear { interface
16201 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst957 - mesa/main: clean up OES_texture_float_linear check
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136603 OES_texture_float_linear, enumerator
140772 struct PrototypeTraits<prototypes::id::OES_texture_float_linear>