Home
last modified time | relevance | path

Searched refs:ARB_fragment_program_shadow (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program_shadow.txt3 ARB_fragment_program_shadow
63 "ARB_fragment_program_shadow".
65 If a fragment program specifies the option "ARB_fragment_program_shadow"
84 RESOLVED: ARB_fragment_program_shadow. Shadow support
91 a program option "ARB_fragment_program_shadow"?
93 RESOLVED: Program option "ARB_fragment_program_shadow".
95 (3) What form should the ARB_fragment_program_shadow option take?
142 (4) How should ARB_fragment_program_shadow function?
197 program option ARB_fragment_program_shadow?
216 OPTION ARB_fragment_program_shadow;
[all …]
/third_party/openGLES/extensions/ARB/
DARB_fragment_program_shadow.txt3 ARB_fragment_program_shadow
73 "ARB_fragment_program_shadow".
75 If a fragment program specifies the option "ARB_fragment_program_shadow"
94 RESOLVED: ARB_fragment_program_shadow. Shadow support
101 a program option "ARB_fragment_program_shadow"?
103 RESOLVED: Program option "ARB_fragment_program_shadow".
105 (3) What form should the ARB_fragment_program_shadow option take?
152 (4) How should ARB_fragment_program_shadow function?
207 program option ARB_fragment_program_shadow?
226 OPTION ARB_fragment_program_shadow;
[all …]
/third_party/mesa3d/src/mesa/program/
Dprogram_parse_extra.c154 if (state->ctx->Extensions.ARB_fragment_program_shadow) { in _mesa_ARBfp_parse_option()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt36 ARB_fragment_program_shadow trivially affects the definition of this
487 + Fragment Program Shadows (ARB_fragment_program_shadow)
489 The ARB_fragment_program_shadow option introduced a set of "SHADOW"
638 Dependencies on ARB_fragment_program_shadow
640 If ARB_fragment_program_shadow is not supported, then the discussion of
641 the ARB_fragment_program_shadow option in section 2.X.6.Y should be
DNV_vertex_program3.txt30 This extension interacts with ARB_fragment_program_shadow.
788 Dependencies on ARB_fragment_program_shadow
793 OPTION ARB_fragment_program_shadow;
797 ARB_fragment_program_shadow specification.
831 that ARB_fragment_program_shadow includes
834 6 09/27/06 pbrown Document that ARB_fragment_program_shadow is
/third_party/openGLES/extensions/NV/
DNV_vertex_program3.txt30 This extension interacts with ARB_fragment_program_shadow.
788 Dependencies on ARB_fragment_program_shadow
793 OPTION ARB_fragment_program_shadow;
797 ARB_fragment_program_shadow specification.
831 that ARB_fragment_program_shadow includes
834 6 09/27/06 pbrown Document that ARB_fragment_program_shadow is
DNV_fragment_program4.txt36 ARB_fragment_program_shadow trivially affects the definition of this
487 + Fragment Program Shadows (ARB_fragment_program_shadow)
489 The ARB_fragment_program_shadow option introduced a set of "SHADOW"
638 Dependencies on ARB_fragment_program_shadow
640 If ARB_fragment_program_shadow is not supported, then the discussion of
641 the ARB_fragment_program_shadow option in section 2.X.6.Y should be
/third_party/skia/third_party/externals/opengl-registry/extensions/MESAX/
DMESAX_texture_stack.txt35 Support for ARB_fragment_program_shadow is assumed, but not required.
40 ARB_fragment_program_shadow but not dependent on them.
/third_party/openGLES/extensions/MESAX/
DMESAX_texture_stack.txt35 Support for ARB_fragment_program_shadow is assumed, but not required.
40 ARB_fragment_program_shadow but not dependent on them.
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h79 GLboolean ARB_fragment_program_shadow; member
Dextensions_table.h76 EXT(ARB_fragment_program_shadow , ARB_fragment_program_shadow , GLL, x , x…
/third_party/mesa3d/docs/_extra/specs/
DMESA_texture_array.spec34 Support for ARB_fragment_program_shadow is assumed, but not required.
39 ARB_fragment_program_shadow but not dependent on them.
/third_party/mesa3d/src/glx/
Dglxextensions.c127 { GL(ARB_fragment_program_shadow), N, N },
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c778 { o(ARB_fragment_program_shadow), PIPE_CAP_TEXTURE_SHADOW_MAP }, in st_init_extensions()