Searched refs:OES_texture_float_linear (Results 1 – 15 of 15) sorted by relevance
/third_party/openGLES/extensions/OES/ |
D | OES_texture_float_linear.txt | 4 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/ |
D | OES_texture_float_linear.txt | 4 OES_texture_float_linear
|
/third_party/mesa3d/src/mesa/main/ |
D | consts_exts.h | 290 GLboolean OES_texture_float_linear; member
|
D | extensions_table.h | 481 EXT(OES_texture_float_linear , OES_texture_float_linear , x , x , x…
|
D | texobj.c | 81 } 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/ |
D | glcInternalformatTests.cpp | 62 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/ |
D | ExtensionSupport.md | 154 …loat_linear](https://khronos.org/registry/OpenGL/extensions/OES/OES_texture_float_linear.txt) | &#…
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 875 { o(OES_texture_float_linear), PIPE_CAP_TEXTURE_FLOAT_LINEAR }, in st_init_extensions()
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 12100 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/ |
D | lib.webworker.d.ts | 2542 interface OES_texture_float_linear { interface 4974 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
|
D | lib.dom.d.ts | 10323 interface OES_texture_float_linear { interface 16221 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 2522 interface OES_texture_float_linear { interface 4954 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
|
D | dom.generated.d.ts | 10303 interface OES_texture_float_linear { interface 16201 getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 957 - mesa/main: clean up OES_texture_float_linear check
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 136603 OES_texture_float_linear, enumerator 140772 struct PrototypeTraits<prototypes::id::OES_texture_float_linear>
|