Home
last modified time | relevance | path

Searched refs:OES_shader_io_blocks (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInitialize.cpp96 if (resources.OES_shader_io_blocks) in InitExtensionBehavior()
98 extBehavior[TExtension::OES_shader_io_blocks] = EBhUndefined; in InitExtensionBehavior()
DExtensionBehavior.h34 OES_shader_io_blocks, enumerator
DExtensionBehavior.cpp28 OP(OES_shader_io_blocks) \
DShaderLang.cpp213 resources->OES_shader_io_blocks = 0; in InitBuiltInResources()
DCompiler.cpp1249 << ":OES_shader_io_blocks:" << mResources.OES_shader_io_blocks in setResourceString()
DParseContext.cpp4305 if (!isExtensionEnabled(TExtension::OES_shader_io_blocks) && in addInterfaceBlock()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h395 int OES_shader_io_blocks; member
/third_party/openGLES/extensions/OES/
DOES_shader_io_blocks.txt3 OES_shader_io_blocks
205 OES_shader_io_blocks extension is also implicitly enabled.
208 OES_shader_io_blocks extension is also implicitly enabled.
977 - gl_PerVertex exists iff OES_shader_io_blocks is enabled.
978 - OES_shader_io_blocks is always enabled if OES_geometry_shader
980 - OES_shader_io_blocks can be optionally enabled for VS and FS.
985 OES_shader_io_blocks, and
DOES_geometry_shader.txt67 OES_shader_io_blocks or EXT_shader_io_blocks is required.
123 This extension relies on the OES_shader_io_blocks extension to provide
1685 Dependencies on OES_shader_io_blocks
1687 If OES_shader_io_blocks is not supported, replace all references to
1850 OES_shader_io_blocks extension is also implicitly enabled.
1952 OES_shader_io_blocks, to add following the paragraph starting "When
1961 by OES_shader_io_blocks:
2045 OES_shader_io_blocks:
2332 4.4 / GLSL 4.40, via the required OES_shader_io_blocks extension.
2518 (OES_shader_io_blocks).
[all …]
DOES_gpu_shader5.txt174 OES_geometry_shader and OES_shader_io_blocks:
DOES_tessellation_shader.txt74 OES_shader_io_blocks or EXT_shader_io_blocks is required.
149 This extension relies on the OES_shader_io_blocks or EXT_shader_io_blocks
1909 OES_shader_io_blocks extension is also implicitly enabled.
2592 In any case, the OES_shader_io_blocks extension clarifies this.
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_shader_io_blocks.txt3 OES_shader_io_blocks
195 OES_shader_io_blocks extension is also implicitly enabled.
198 OES_shader_io_blocks extension is also implicitly enabled.
967 - gl_PerVertex exists iff OES_shader_io_blocks is enabled.
968 - OES_shader_io_blocks is always enabled if OES_geometry_shader
970 - OES_shader_io_blocks can be optionally enabled for VS and FS.
975 OES_shader_io_blocks, and
DOES_geometry_shader.txt57 OES_shader_io_blocks or EXT_shader_io_blocks is required.
113 This extension relies on the OES_shader_io_blocks extension to provide
1675 Dependencies on OES_shader_io_blocks
1677 If OES_shader_io_blocks is not supported, replace all references to
1840 OES_shader_io_blocks extension is also implicitly enabled.
1942 OES_shader_io_blocks, to add following the paragraph starting "When
1951 by OES_shader_io_blocks:
2035 OES_shader_io_blocks:
2322 4.4 / GLSL 4.40, via the required OES_shader_io_blocks extension.
2508 (OES_shader_io_blocks).
[all …]
DOES_gpu_shader5.txt164 OES_geometry_shader and OES_shader_io_blocks:
DOES_tessellation_shader.txt64 OES_shader_io_blocks or EXT_shader_io_blocks is required.
139 This extension relies on the OES_shader_io_blocks or EXT_shader_io_blocks
1899 OES_shader_io_blocks extension is also implicitly enabled.
2582 In any case, the OES_shader_io_blocks extension clarifies this.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp111 mResources.OES_shader_io_blocks = extensions.shaderIoBlocksOES; in Compiler()
/third_party/skia/third_party/externals/angle2/doc/
DExtensionSupport.md122 | [GL_OES_shader_io_blocks](https://khronos.org/registry/OpenGL/extensions/OES/OES_shader_io_blocks
/third_party/mesa3d/src/mesa/main/
Dextensions_table.h457 EXT(OES_shader_io_blocks , dummy_true , x , x , x…
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp722 EXT(OES_shader_io_blocks),