Searched refs:OES_shader_io_blocks (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Initialize.cpp | 96 if (resources.OES_shader_io_blocks) in InitExtensionBehavior() 98 extBehavior[TExtension::OES_shader_io_blocks] = EBhUndefined; in InitExtensionBehavior()
|
D | ExtensionBehavior.h | 34 OES_shader_io_blocks, enumerator
|
D | ExtensionBehavior.cpp | 28 OP(OES_shader_io_blocks) \
|
D | ShaderLang.cpp | 213 resources->OES_shader_io_blocks = 0; in InitBuiltInResources()
|
D | Compiler.cpp | 1249 << ":OES_shader_io_blocks:" << mResources.OES_shader_io_blocks in setResourceString()
|
D | ParseContext.cpp | 4305 if (!isExtensionEnabled(TExtension::OES_shader_io_blocks) && in addInterfaceBlock()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 395 int OES_shader_io_blocks; member
|
/third_party/openGLES/extensions/OES/ |
D | OES_shader_io_blocks.txt | 3 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
|
D | OES_geometry_shader.txt | 67 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 …]
|
D | OES_gpu_shader5.txt | 174 OES_geometry_shader and OES_shader_io_blocks:
|
D | OES_tessellation_shader.txt | 74 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/ |
D | OES_shader_io_blocks.txt | 3 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
|
D | OES_geometry_shader.txt | 57 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 …]
|
D | OES_gpu_shader5.txt | 164 OES_geometry_shader and OES_shader_io_blocks:
|
D | OES_tessellation_shader.txt | 64 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/ |
D | Compiler.cpp | 111 mResources.OES_shader_io_blocks = extensions.shaderIoBlocksOES; in Compiler()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExtensionSupport.md | 122 | [GL_OES_shader_io_blocks](https://khronos.org/registry/OpenGL/extensions/OES/OES_shader_io_blocks…
|
/third_party/mesa3d/src/mesa/main/ |
D | extensions_table.h | 457 EXT(OES_shader_io_blocks , dummy_true , x , x , x…
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 722 EXT(OES_shader_io_blocks),
|