/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | serialization_test.dart | 19 final ReadBuffer read = ReadBuffer(written); 27 final ReadBuffer read = ReadBuffer(written); 35 final ReadBuffer read = ReadBuffer(written); 43 final ReadBuffer read = ReadBuffer(written); 53 final ReadBuffer read = ReadBuffer(written); 64 final ReadBuffer read = ReadBuffer(written); 75 final ReadBuffer read = ReadBuffer(written);
|
/third_party/mesa3d/src/mesa/main/ |
D | readpix.c | 112 if (_mesa_get_clamp_read_color(ctx, ctx->ReadBuffer) && in _mesa_get_readpixels_transfer_ops() 121 if (_mesa_get_clamp_read_color(ctx, ctx->ReadBuffer) || in _mesa_get_readpixels_transfer_ops() 128 if (!_mesa_get_clamp_read_color(ctx, ctx->ReadBuffer) && in _mesa_get_readpixels_transfer_ops() 170 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path() 248 &map, &stride, ctx->ReadBuffer->FlipY); in readpixels_memcpy() 284 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_uint_depth_pixels() 331 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_depth_pixels() 395 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_stencil_pixels() 456 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_rgba_pixels() 652 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels() [all …]
|
D | context.c | 987 ctx->ReadBuffer = NULL; in _mesa_initialize_context() 1116 _mesa_reference_framebuffer(&ctx->ReadBuffer, NULL); in _mesa_free_context_data() 1402 if (ctx->ReadBuffer != _mesa_get_incomplete_framebuffer()) { in handle_first_current() 1406 if (ctx->ReadBuffer->Visual.doubleBufferMode) { in handle_first_current() 1415 _mesa_readbuffer(ctx, ctx->ReadBuffer, buffer, bufferIndex); in handle_first_current() 1539 if (!newCtx->ReadBuffer || _mesa_is_winsys_fbo(newCtx->ReadBuffer)) { in _mesa_make_current() 1540 _mesa_reference_framebuffer(&newCtx->ReadBuffer, readBuffer); in _mesa_make_current() 1548 !newCtx->ReadBuffer->Visual.doubleBufferMode) in _mesa_make_current() 1549 if (newCtx->ReadBuffer->ColorReadBuffer == GL_FRONT) in _mesa_make_current() 1550 newCtx->ReadBuffer->ColorReadBuffer = GL_BACK; in _mesa_make_current()
|
D | drawpix.c | 211 _mesa_enum_to_string(ctx->ReadBuffer->ColorReadBuffer), in _mesa_CopyPixels() 260 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in _mesa_CopyPixels() 266 if (_mesa_is_user_fbo(ctx->ReadBuffer) && in _mesa_CopyPixels() 267 ctx->ReadBuffer->Visual.samples > 0) { in _mesa_CopyPixels()
|
D | buffers.c | 204 buffer = _mesa_back_to_front_if_single_buffered(ctx->ReadBuffer, buffer); in read_buffer_enum_to_index() 872 if ((fb == ctx->ReadBuffer) && _mesa_is_winsys_fbo(fb)) { in _mesa_readbuffer() 876 ctx->Pixel.ReadBuffer = buffer; in _mesa_readbuffer() 940 if (fb == ctx->ReadBuffer) { in read_buffer() 978 read_buffer_no_error(ctx, ctx->ReadBuffer, buffer, "glReadBuffer"); in _mesa_ReadBuffer_no_error() 986 read_buffer_err(ctx, ctx->ReadBuffer, buffer, "glReadBuffer"); in _mesa_ReadBuffer()
|
D | framebuffer.c | 795 return renderbuffer_exists(ctx, ctx->ReadBuffer, format, GL_TRUE); in _mesa_source_buffer_exists() 825 fb = ctx->ReadBuffer; in _mesa_get_color_read_format() 920 fb = ctx->ReadBuffer; in _mesa_get_color_read_type() 950 const struct gl_framebuffer *rfb = ctx->ReadBuffer; in _mesa_get_read_renderbuffer_for_format()
|
D | accum.c | 194 struct gl_renderbuffer *colorRb = ctx->ReadBuffer->_ColorReadBuffer; in accum_or_load() 477 if (ctx->DrawBuffer != ctx->ReadBuffer) { in _mesa_Accum()
|
D | debug.c | 470 (void *) ctx->ReadBuffer->_ColorReadBuffer, in _mesa_dump_color_buffer() 471 ctx->ReadBuffer->ColorReadBuffer, in _mesa_dump_color_buffer()
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | message_codecs.dart | 8 import 'package:flutter/foundation.dart' show ReadBuffer, WriteBuffer, required; 293 final ReadBuffer buffer = ReadBuffer(message); 400 dynamic readValue(ReadBuffer buffer) { 412 dynamic readValueOfType(int type, ReadBuffer buffer) { 480 int readSize(ReadBuffer buffer) { 530 final ReadBuffer buffer = ReadBuffer(methodCall); 562 final ReadBuffer buffer = ReadBuffer(envelope);
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/ |
D | message_codecs.dart | 283 final ReadBuffer buffer = ReadBuffer(message); 361 dynamic readValue(ReadBuffer buffer) { 371 dynamic readValueOfType(int type, ReadBuffer buffer) { 462 int readSize(ReadBuffer buffer) { 512 final ReadBuffer buffer = ReadBuffer(methodCall); 545 final ReadBuffer buffer = ReadBuffer(envelope);
|
D | serialization.dart | 107 class ReadBuffer { 108 /// Creates a [ReadBuffer] for reading from the specified [data]. 109 ReadBuffer(this.data) : assert(data != null);
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | serialization.dart | 105 class ReadBuffer { 106 /// Creates a [ReadBuffer] for reading from the specified [data]. 107 ReadBuffer(this.data)
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplexibitstream.hh | 39 bool ReadBuffer ();
|
D | gstmplexibitstream.cc | 91 bool GstMplexIBitStream::ReadBuffer () in ReadBuffer() function in GstMplexIBitStream
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1504 struct gl_framebuffer *fb = ctx->ReadBuffer; in st_get_color_read_renderbuffer() 1584 rbRead = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Renderbuffer; in blit_copy_pixels() 1587 rbRead = ctx->ReadBuffer->Attachment[BUFFER_STENCIL].Renderbuffer; in blit_copy_pixels() 1594 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in blit_copy_pixels() 1743 rbRead = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Renderbuffer; in st_CopyPixels() 1746 rbRead = ctx->ReadBuffer->Attachment[BUFFER_STENCIL].Renderbuffer; in st_CopyPixels() 1749 rbRead = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Renderbuffer; in st_CopyPixels() 1753 rbRead = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Renderbuffer; in st_CopyPixels() 1820 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in st_CopyPixels() 1821 srcy = ctx->ReadBuffer->Height - srcy - height; in st_CopyPixels()
|
D | st_cb_readpixels.c | 488 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels() 503 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels() 518 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
|
/third_party/node/src/ |
D | js_stream.cc | 163 void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) { in ReadBuffer() function in node::JSStream 208 env->SetProtoMethod(t, "readBuffer", ReadBuffer); in Initialize()
|
D | js_stream.h | 41 static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/third_party/flutter/flutter/dev/integration_tests/channels/lib/src/ |
D | basic_messaging.dart | 8 import 'package:flutter/foundation.dart' show ReadBuffer, WriteBuffer; 33 dynamic readValueOfType(int type, ReadBuffer buffer) {
|
/third_party/openmax/api/1.1.2/ |
D | OMX_ContentPipe.h | 171 … CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy); member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | fbo.h | 144 GST_GL_EXT_FUNCTION (void, ReadBuffer,
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtwindow.cc | 229 gl->ReadBuffer (GL_BACK); in afterRendering() 231 gl->ReadBuffer (GL_COLOR_ATTACHMENT0); in afterRendering()
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 547 ReadBuffer(Buf, sizeof(Buf)); 548 ReadBuffer(Buf, Offset mod sizeof(Buf));
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 137 Error conditions set by ReadBuffer and by the operations enumerated 139 <hReadDC> (i.e., ReadBuffer(BACK_BUFFER) will generate an error
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 147 Error conditions set by ReadBuffer and by the operations enumerated 149 <hReadDC> (i.e., ReadBuffer(BACK_BUFFER) will generate an error
|