Home
last modified time | relevance | path

Searched refs:enables (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/third_party/openGLES/extensions/NV/
DNV_primitive_shading_rate.txt62 This extension decouples the shading rate image enables and palettes from
63 viewports. The number of enables/palettes now comes from the
96 shading rate image enables and viewports)
100 If any of the SHADING_RATE_IMAGE_NV enables is enabled, primitives will be
109 shading rate image enables and viewports)
114 enables whose size is given by the implementation-dependent constant
121 shading rate image enables are ignored and operations in this section are
122 disabled. In the initial state, all shading rate image enables are
131 number of shading rate enables, the shading rate used for a primitive is
144 image enables, a single palette is selected for a primitive according to the
[all …]
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dpnglibconf.dfa33 # option <name> [requires ...] [if ...] [enables ...] [disabled]
36 # chunk <name> [requires ...] [enables ...] [disabled]
39 # WRITE_something for write, but the enables list members are
40 # used as given (e.g. enables GAMMA just expands to that on the
228 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
254 option POWERPC_VSX_API disabled enables SET_OPTION,
443 option READ enables READ_INTERLACING SET_OPTION
452 option READ_16BIT requires READ enables 16BIT
487 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
521 option WRITE enables WRITE_INT_FUNCTIONS
[all …]
Doptions.awk356 enables = ""
395 enables = enables " " val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
406 …print "option WRITE_" opt, "requires WRITE_ANCILLARY_CHUNKS" reqwrite, "enables", opt enables, ono…
/third_party/skia/third_party/externals/libpng/scripts/
Dpnglibconf.dfa33 # option <name> [requires ...] [if ...] [enables ...] [disabled]
36 # chunk <name> [requires ...] [enables ...] [disabled]
39 # WRITE_something for write, but the enables list members are
40 # used as given (e.g. enables GAMMA just expands to that on the
228 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
254 option POWERPC_VSX_API disabled enables SET_OPTION,
443 option READ enables READ_INTERLACING SET_OPTION
452 option READ_16BIT requires READ enables 16BIT
487 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
521 option WRITE enables WRITE_INT_FUNCTIONS
[all …]
Doptions.awk356 enables = ""
395 enables = enables " " val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
406 …print "option WRITE_" opt, "requires WRITE_ANCILLARY_CHUNKS" reqwrite, "enables", opt enables, ono…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dsections.dart64 title: 'Flutter enables interactive animation',
76 title: 'Flutter enables interactive animation',
88 title: 'Flutter enables interactive animation',
100 title: 'Flutter enables interactive animation',
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dscrollable_semantics_test.dart53 semantics = SemanticsTester(tester); // enables semantics tree generation
91 semantics = SemanticsTester(tester); // enables semantics tree generation
152 semantics = SemanticsTester(tester); // enables semantics tree generation
449 semantics = SemanticsTester(tester); // enables semantics tree generation
465 semantics = SemanticsTester(tester); // enables semantics tree generation
481 semantics = SemanticsTester(tester); // enables semantics tree generation
554 semantics = SemanticsTester(tester); // enables semantics tree generation
570 semantics = SemanticsTester(tester); // enables semantics tree generation
586 semantics = SemanticsTester(tester); // enables semantics tree generation
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dsemantics.dart7 /// A Flutter Driver command that enables or disables semantics.
9 /// Creates a command that enables or disables semantics.
Dtext.dart75 /// A Flutter Driver command that enables and disables text entry emulation.
77 /// Creates a command that enables and disables text entry emulation.
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_slice_accum.txt32 This extension defines a new accumulation operation which enables the accumulation
33 buffer to be used for alpha compositing. This enables higher precision alpha
/third_party/openGLES/extensions/SUN/
DSUN_slice_accum.txt32 This extension defines a new accumulation operation which enables the accumulation
33 buffer to be used for alpha compositing. This enables higher precision alpha
/third_party/openssl/doc/man3/
DOSSL_CMP_SRV_CTX_new.pod121 OSSL_CMP_SRV_CTX_set_send_unprotected_errors() enables sending error messages
124 OSSL_CMP_SRV_CTX_set_accept_unprotected() enables acceptance of requests
127 OSSL_CMP_SRV_CTX_set_accept_raverified() enables acceptance of ir/cr/kur
130 OSSL_CMP_SRV_CTX_set_grant_implicit_confirm() enables granting implicit
/third_party/python/Doc/library/
Dtrace.rst146 parameters are optional. *count* enables counting of line numbers. *trace*
147 enables line execution tracing. *countfuncs* enables listing of the
148 functions called during the run. *countcallers* enables call relationship
153 count information. *timing* enables a timestamp relative to when tracing was
Ddebug.rst5 These libraries help you with Python development: the debugger enables you to
/third_party/mesa3d/docs/
Du_trace.rst25 if set to ``1`` enables tracing and outputs the data into ``stdout``
42 Meaningful only for Perfetto tracing. If set to ``1`` enables
/third_party/mesa3d/src/mesa/main/
Dextensions.c98 const GLboolean *enables = in _mesa_override_extensions() local
107 assert(!enables[offset] || !disables[offset]); in _mesa_override_extensions()
108 if (enables[offset]) { in _mesa_override_extensions()
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dgradle_jetifier_test.dart91 // Base class for activities that enables composition of higher level components.
127 // Base class for activities that enables composition of higher level components.
/third_party/libabigail/.github/
DREADME.md4 useful. This directory enables those features for people who want to
/third_party/libinput/doc/user/
Dtest-suite.rst137 The ``--filter-test`` argument enables selective running of tests through
146 The ``--filter-device`` argument enables selective running of tests through
156 The ``--filter-group`` argument enables selective running of test groups
177 environment variable, if set, also enables verbose mode.
/third_party/skia/third_party/externals/opengl-registry/extensions/GREMEDY/
DGREMEDY_frame_terminator.txt38 This extension defines a mechanism that enables marking the end
50 This extension enables the application to notify the debugger / profiler
/third_party/openGLES/extensions/GREMEDY/
DGREMEDY_frame_terminator.txt38 This extension defines a mechanism that enables marking the end
50 This extension enables the application to notify the debugger / profiler
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
DREADME.chromium14 entrypoints. Finally, volk enables loading Vulkan entrypoints directly
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_stencil4.txt42 This extension enables 4-bit stencil component as a valid
DOES_stencil1.txt42 This extension enables 1-bit stencil component as a valid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DAPPLE_clip_distance.md7 variable automatically enables it.

12345678910>>...36