/third_party/mesa3d/src/mesa/main/ |
H A 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...] |
H A 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()
|
H A 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() 1503 /* We need old ctx to correctly release Draw/ReadBuffer in _mesa_make_current() 1526 * Only set the context's Draw/ReadBuffer fields if they're NULL in _mesa_make_current() 1539 if (!newCtx->ReadBuffer || _mesa_is_winsys_fbo(newCtx->ReadBuffer)) { in _mesa_make_current() 1540 _mesa_reference_framebuffer(&newCtx->ReadBuffer, readBuffe in _mesa_make_current() [all...] |
H A 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()
|
H A D | framebuffer.c | 650 * if this FB is bound as ctx->ReadBuffer (and conversely, the in update_framebuffer() 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()
|
H A D | accum.c | 194 struct gl_renderbuffer *colorRb = ctx->ReadBuffer->_ColorReadBuffer; in accum_or_load() 477 if (ctx->DrawBuffer != ctx->ReadBuffer) { in _mesa_Accum()
|
H A D | debug.c | 469 printf("ReadBuffer %p 0x%x DrawBuffer %p 0x%x\n", in _mesa_dump_color_buffer() 470 (void *) ctx->ReadBuffer->_ColorReadBuffer, in _mesa_dump_color_buffer() 471 ctx->ReadBuffer->ColorReadBuffer, in _mesa_dump_color_buffer()
|
H A D | pixel.c | 683 ctx->Pixel.ReadBuffer = GL_BACK; in _mesa_init_pixel() 686 ctx->Pixel.ReadBuffer = GL_FRONT; in _mesa_init_pixel()
|
H A D | image.c | 557 const struct gl_framebuffer *buffer = ctx->ReadBuffer; in _mesa_clip_readpixels() 619 const struct gl_framebuffer *fb = ctx->ReadBuffer; in _mesa_clip_copytexsubimage()
|
H A D | blit.c | 897 blit_framebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer, in _mesa_BlitFramebuffer_no_error() 919 blit_framebuffer_err(ctx, ctx->ReadBuffer, ctx->DrawBuffer, in _mesa_BlitFramebuffer()
|
H A D | teximage.c | 2305 if (_mesa_is_user_fbo(ctx->ReadBuffer)) { in copytexture_error_check() 2306 if (ctx->ReadBuffer->_Status == 0) { in copytexture_error_check() 2307 _mesa_test_framebuffer_completeness(ctx, ctx->ReadBuffer); in copytexture_error_check() 2309 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in copytexture_error_check() 2315 if (ctx->ReadBuffer->Visual.samples > 0) { in copytexture_error_check() 2572 if (_mesa_is_user_fbo(ctx->ReadBuffer)) { in copytexsubimage_error_check() 2573 if (ctx->ReadBuffer->_Status == 0) { in copytexsubimage_error_check() 2574 _mesa_test_framebuffer_completeness(ctx, ctx->ReadBuffer); in copytexsubimage_error_check() 2576 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in copytexsubimage_error_check() 2582 if (ctx->ReadBuffer in copytexsubimage_error_check() [all...] |
H A D | state.c | 417 _mesa_update_framebuffer(ctx, ctx->ReadBuffer, ctx->DrawBuffer); in _mesa_update_state_locked()
|
H A D | fbobject.c | 243 return have_fb_blit ? ctx->ReadBuffer : NULL; in get_framebuffer_target() 1662 /* Check that the ReadBuffer is present */ in _mesa_test_framebuffer_completeness() 2217 if (_mesa_is_user_fbo(ctx->ReadBuffer) in _mesa_DeleteRenderbuffers() 2218 && ctx->ReadBuffer != ctx->DrawBuffer) { in _mesa_DeleteRenderbuffers() 2219 _mesa_detach_renderbuffer(ctx, ctx->ReadBuffer, rb); in _mesa_DeleteRenderbuffers() 3288 bindReadBuf ? newReadFb : ctx->ReadBuffer); in bind_framebuffer() 3297 struct gl_framebuffer *const oldReadFb = ctx->ReadBuffer; in _mesa_bind_framebuffers() 3313 * Note that if the ReadBuffer has texture attachments we don't consider in _mesa_bind_framebuffers() 3319 _mesa_reference_framebuffer(&ctx->ReadBuffer, newReadFb); in _mesa_bind_framebuffers() 3382 if (fb == ctx->ReadBuffer) { in _mesa_DeleteFramebuffers() [all...] |
H A D | attrib.c | 233 /* push the Read FBO's ReadBuffer state, not ctx->Pixel.ReadBuffer */ in _mesa_PushAttrib() 234 head->Pixel.ReadBuffer = ctx->ReadBuffer->ColorReadBuffer; in _mesa_PushAttrib() 930 _mesa_ReadBuffer(ctx->Pixel.ReadBuffer); in _mesa_PopAttrib()
|
/third_party/node/src/ |
H A D | js_stream.h | 41 static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | js_stream.cc | 164 void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) { in ReadBuffer() function in node::JSStream 210 SetProtoMethod(isolate, t, "readBuffer", ReadBuffer); in Initialize()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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 in st_CopyPixels() [all...] |
H A 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()
|
H A D | st_manager.c | 1330 struct gl_framebuffer *stread = st_ws_framebuffer(st->ctx->ReadBuffer); in st_manager_validate_framebuffers() 1488 stread = st_ws_framebuffer(ctx->ReadBuffer); in st_manager_invalidate_drawables()
|
/third_party/openmax/api/1.1.2/ |
H A D | OMX_ContentPipe.h | 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy); member 173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/ |
H A D | cm_request.cpp | 86 const uint8_t *outData = reply.ReadBuffer(outLen); in CmReadRequestReply()
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 547 ReadBuffer(Buf, sizeof(Buf)); 548 ReadBuffer(Buf, Offset mod sizeof(Buf));
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 184 GET_PROC(ReadBuffer); in GrGLMakeAssembledWebGLInterface()
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 211 GET_PROC(ReadBuffer); in GrGLMakeAssembledGLESInterface()
|
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 225 GET_PROC(ReadBuffer); in GrGLMakeAssembledGLInterface()
|