Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_flush_buffer_range.txt44 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/
DAPPLE_flush_buffer_range.txt44 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/
Ddri_drawable.c484 if (drawable->flushing) in dri_flush()
487 drawable->flushing = true; in dri_flush()
536 drawable->flushing = false; in dri_flush()
Ddri_drawable.h65 bool flushing; /* prevents recursion in dri_flush */ member
Dkopper.c722 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/
Dgtest.gni14 # Exclude support for flushing coverage files on iOS.
/third_party/skia/third_party/externals/angle2/build_overrides/
Dgtest.gni16 # Exclude support for flushing coverage files on iOS.
/third_party/ffmpeg/libavcodec/
Dmediacodecdec_common.c540 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()
Dmediacodecdec_common.h52 int flushing; member
/third_party/mesa3d/docs/relnotes/
D21.3.1.rst77 - iris: Make a helper function for cross-batch dependency flushing
78 - iris: Check for cross-batch flushing whenever a buffer is newly written.
D9.2.1.rst151 - r600g: fix constant buffer cache flushing
152 - r600g: fix texture buffer object cache flushing
D13.0.5.rst147 - anv: Improve flushing around STATE_BASE_ADDRESS
178 - i965: Make depth clear flushing more explicit
D7.8.3.rst70 - radeon: avoid flushing when the context is not current.
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_pixmap_multisample_discard.txt80 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/
DEGL_ARM_pixmap_multisample_discard.txt80 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/
Dgtest.gni24 # Exclude support for flushing coverage files on iOS.
/third_party/skia/third_party/externals/spirv-tools/build_overrides/
Dgtest.gni24 # Exclude support for flushing coverage files on iOS.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/build_overrides/
Dgtest.gni24 # Exclude support for flushing coverage files on iOS.
/third_party/openGLES/extensions/EXT/
DEXT_map_buffer_range.txt45 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/
DEXT_map_buffer_range.txt45 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/
DARB_map_buffer_range.txt55 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/
DARB_map_buffer_range.txt65 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/
DSGIX_flush_raster.txt29 The implementation is free to decide what consitutes flushing the
/third_party/openGLES/extensions/SGIX/
DSGIX_flush_raster.txt29 The implementation is free to decide what consitutes flushing the
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c920 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()

1234567