/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_flush_buffer_range.txt | 44 flushing for mapped buffer objects. 54 This extension also provides a method for explicitly flushing ranges of a 78 and providing a range flushing routine allows an implementation to 89 When flushing ranges manually, should new API be added or should 98 at the task of manually flushing memory regions. This is also less 135 The serialized modification and flushing unmap parameters are specified by 211 …BUFFER_FLUSHING_UNMAP_APPLE B GetBufferParameteriv TRUE Buffer flushing unmap param …
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_flush_buffer_range.txt | 44 flushing for mapped buffer objects. 54 This extension also provides a method for explicitly flushing ranges of a 78 and providing a range flushing routine allows an implementation to 89 When flushing ranges manually, should new API be added or should 98 at the task of manually flushing memory regions. This is also less 135 The serialized modification and flushing unmap parameters are specified by 211 …BUFFER_FLUSHING_UNMAP_APPLE B GetBufferParameteriv TRUE Buffer flushing unmap param …
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 484 if (drawable->flushing) in dri_flush() 487 drawable->flushing = true; in dri_flush() 536 drawable->flushing = false; in dri_flush()
|
D | dri_drawable.h | 65 bool flushing; /* prevents recursion in dri_flush */ member
|
D | kopper.c | 722 if (drawable->flushing) in kopper_flush_frontbuffer() 725 drawable->flushing = true; in kopper_flush_frontbuffer() 747 drawable->flushing = false; in kopper_flush_frontbuffer()
|
/third_party/node/deps/v8/build_overrides/ |
D | gtest.gni | 14 # Exclude support for flushing coverage files on iOS.
|
/third_party/skia/third_party/externals/angle2/build_overrides/ |
D | gtest.gni | 16 # Exclude support for flushing coverage files on iOS.
|
/third_party/ffmpeg/libavcodec/ |
D | mediacodecdec_common.c | 540 s->flushing = 0; in mediacodec_dec_flush_codec() 668 if (s->flushing) { in ff_mediacodec_dec_send() 887 s->flushing = 1; in ff_mediacodec_dec_flush() 900 return s->flushing; in ff_mediacodec_dec_is_flushing()
|
D | mediacodecdec_common.h | 52 int flushing; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.1.rst | 77 - iris: Make a helper function for cross-batch dependency flushing 78 - iris: Check for cross-batch flushing whenever a buffer is newly written.
|
D | 9.2.1.rst | 151 - r600g: fix constant buffer cache flushing 152 - r600g: fix texture buffer object cache flushing
|
D | 13.0.5.rst | 147 - anv: Improve flushing around STATE_BASE_ADDRESS 178 - i965: Make depth clear flushing more explicit
|
D | 7.8.3.rst | 70 - radeon: avoid flushing when the context is not current.
|
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/ |
D | EGL_ARM_pixmap_multisample_discard.txt | 80 context to a surface (see section 3.7.3), and flushing to a pixmap surface 115 source or destination of any operation, when flushing to the pixmap or when 159 EGL_DISCARD_SAMPLES_ARM boolean Multisample resolve when flushing to
|
/third_party/EGL/extensions/ARM/ |
D | EGL_ARM_pixmap_multisample_discard.txt | 80 context to a surface (see section 3.7.3), and flushing to a pixmap surface 115 source or destination of any operation, when flushing to the pixmap or when 159 EGL_DISCARD_SAMPLES_ARM boolean Multisample resolve when flushing to
|
/third_party/spirv-tools/build_overrides/ |
D | gtest.gni | 24 # Exclude support for flushing coverage files on iOS.
|
/third_party/skia/third_party/externals/spirv-tools/build_overrides/ |
D | gtest.gni | 24 # Exclude support for flushing coverage files on iOS.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/build_overrides/ |
D | gtest.gni | 24 # Exclude support for flushing coverage files on iOS.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_map_buffer_range.txt | 45 flushing for mapped buffer objects. 55 This extension also provides a method for explicitly flushing ranges of a 153 flushing is strictly limited to regions that are explicitly indicated 211 require flushing.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_map_buffer_range.txt | 45 flushing for mapped buffer objects. 55 This extension also provides a method for explicitly flushing ranges of a 153 flushing is strictly limited to regions that are explicitly indicated 211 require flushing.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_map_buffer_range.txt | 55 flushing for mapped buffer objects. 65 This extension also provides a method for explicitly flushing ranges of a 163 is selected, flushing is strictly limited to regions that are explicitly 222 subranges of the mapping which require flushing.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_map_buffer_range.txt | 65 flushing for mapped buffer objects. 75 This extension also provides a method for explicitly flushing ranges of a 173 is selected, flushing is strictly limited to regions that are explicitly 232 subranges of the mapping which require flushing.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_flush_raster.txt | 29 The implementation is free to decide what consitutes flushing the
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_flush_raster.txt | 29 The implementation is free to decide what consitutes flushing the
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.c | 920 assert(!draw->flushing); /* catch inadvertant recursion */ in draw_do_flush() 922 draw->flushing = TRUE; in draw_do_flush() 928 draw->flushing = FALSE; in draw_do_flush()
|