/external/chromium_org/mojo/system/ |
D | raw_channel.h | 128 class MOJO_SYSTEM_IMPL_EXPORT ReadBuffer { 130 ReadBuffer(); 131 ~ReadBuffer(); 145 DISALLOW_COPY_AND_ASSIGN(ReadBuffer); 214 ReadBuffer* read_buffer() { return read_buffer_.get(); } in read_buffer() 287 virtual void OnShutdownNoLock(scoped_ptr<ReadBuffer> read_buffer, 314 scoped_ptr<ReadBuffer> read_buffer_;
|
D | raw_channel.cc | 26 RawChannel::ReadBuffer::ReadBuffer() : buffer_(kReadSize), num_valid_bytes_(0) { in ReadBuffer() function in mojo::system::RawChannel::ReadBuffer 29 RawChannel::ReadBuffer::~ReadBuffer() { in ~ReadBuffer() 32 void RawChannel::ReadBuffer::GetBuffer(char** addr, size_t* size) { in GetBuffer() 182 read_buffer_.reset(new ReadBuffer); in Init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_span.c | 135 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderStart() 136 radeon_map_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderStart() 150 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderFinish() 151 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderFinish()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_span.c | 135 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderStart() 136 radeon_map_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderStart() 150 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderFinish() 151 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderFinish()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_span.c | 135 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderStart() 136 radeon_map_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderStart() 150 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderFinish() 151 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderFinish()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_span.c | 135 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderStart() 136 radeon_map_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderStart() 150 if (ctx->ReadBuffer != ctx->DrawBuffer) in radeonSpanRenderFinish() 151 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer); in radeonSpanRenderFinish()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_TopazMap.c | 235 (void)memset(NdefMap->TopazContainer.ReadBuffer, PH_FRINFC_TOPAZ_VAL0, in phFriNfc_TopazMap_H_Reset() 236 sizeof(NdefMap->TopazContainer.ReadBuffer)); in phFriNfc_TopazMap_H_Reset() 1222 (void)memcpy(NdefMap->TopazContainer.ReadBuffer, in phFriNfc_Tpz_H_ProReadAll() 1251 NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL1]); in phFriNfc_Tpz_H_CallNxtOp() 1255 ( NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL2] <= in phFriNfc_Tpz_H_CallNxtOp() 1336 if(NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL0] == in phFriNfc_Tpz_H_ChkCCBytes() 1341 NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL1]); in phFriNfc_Tpz_H_ChkCCBytes() 1344 Result = ((( NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL2] > in phFriNfc_Tpz_H_ChkCCBytes() 1359 (NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL3] != in phFriNfc_Tpz_H_ChkCCBytes() 1368 ((NdefMap->TopazContainer.ReadBuffer[PH_FRINFC_TOPAZ_VAL3] != in phFriNfc_Tpz_H_ChkCCBytes() [all …]
|
/external/chromium_org/cc/debug/ |
D | ring_buffer.h | 34 const T& ReadBuffer(size_t n) const { in ReadBuffer() function 58 const T* operator->() const { return &buffer_.ReadBuffer(index_); } 59 const T* operator*() const { return &buffer_.ReadBuffer(index_); }
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_copypix.c | 109 if (!ctx->ReadBuffer->_ColorReadBuffer) { in copy_rgba_pixels() 114 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_rgba_pixels() 150 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer, in copy_rgba_pixels() 174 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer, in copy_rgba_pixels() 247 struct gl_framebuffer *fb = ctx->ReadBuffer; in copy_depth_pixels() 265 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_depth_pixels() 349 struct gl_framebuffer *fb = ctx->ReadBuffer; in copy_stencil_pixels() 362 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_stencil_pixels() 448 struct gl_framebuffer *srcFb = ctx->ReadBuffer; in swrast_fast_copy_pixels() 583 struct gl_framebuffer *fb = ctx->ReadBuffer; in map_readbuffer()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 109 if (!ctx->ReadBuffer->_ColorReadBuffer) { in copy_rgba_pixels() 114 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_rgba_pixels() 150 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer, in copy_rgba_pixels() 174 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer, in copy_rgba_pixels() 247 struct gl_framebuffer *fb = ctx->ReadBuffer; in copy_depth_pixels() 265 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_depth_pixels() 349 struct gl_framebuffer *fb = ctx->ReadBuffer; in copy_stencil_pixels() 362 if (ctx->DrawBuffer == ctx->ReadBuffer) { in copy_stencil_pixels() 448 struct gl_framebuffer *srcFb = ctx->ReadBuffer; in swrast_fast_copy_pixels() 583 struct gl_framebuffer *fb = ctx->ReadBuffer; in map_readbuffer()
|
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 60 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_pixels() 116 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_depth_pixels() 178 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_stencil_pixels() 233 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in fast_read_rgba_pixels_memcpy() 326 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in slow_read_rgba_pixels() 389 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_rgba_pixels() 421 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels() 465 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels_separate() 526 struct gl_framebuffer *fb = ctx->ReadBuffer; in slow_read_depth_stencil_pixels_separate() 746 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in _mesa_ReadnPixelsARB() [all …]
|
D | buffers.c | 499 struct gl_framebuffer *fb = ctx->ReadBuffer; in _mesa_readbuffer() 505 ctx->Pixel.ReadBuffer = buffer; in _mesa_readbuffer() 532 fb = ctx->ReadBuffer; in _mesa_ReadBuffer() 565 if (ctx->Driver.ReadBuffer) in _mesa_ReadBuffer() 566 (*ctx->Driver.ReadBuffer)(ctx, buffer); in _mesa_ReadBuffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | readpix.c | 60 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_pixels() 116 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_depth_pixels() 178 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_stencil_pixels() 233 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in fast_read_rgba_pixels_memcpy() 326 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer; in slow_read_rgba_pixels() 389 struct gl_framebuffer *fb = ctx->ReadBuffer; in read_rgba_pixels() 421 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels() 465 struct gl_framebuffer *fb = ctx->ReadBuffer; in fast_read_depth_stencil_pixels_separate() 526 struct gl_framebuffer *fb = ctx->ReadBuffer; in slow_read_depth_stencil_pixels_separate() 746 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in _mesa_ReadnPixelsARB() [all …]
|
D | buffers.c | 499 struct gl_framebuffer *fb = ctx->ReadBuffer; in _mesa_readbuffer() 505 ctx->Pixel.ReadBuffer = buffer; in _mesa_readbuffer() 532 fb = ctx->ReadBuffer; in _mesa_ReadBuffer() 565 if (ctx->Driver.ReadBuffer) in _mesa_ReadBuffer() 566 (*ctx->Driver.ReadBuffer)(ctx, buffer); in _mesa_ReadBuffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
D | intel_buffers.c | 58 = intel_renderbuffer(intel->ctx.ReadBuffer->_ColorReadBuffer); in intel_readbuf_region() 131 functions->ReadBuffer = intelReadBuffer; in intelInitBufferFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
D | intel_buffers.c | 58 = intel_renderbuffer(intel->ctx.ReadBuffer->_ColorReadBuffer); in intel_readbuf_region() 131 functions->ReadBuffer = intelReadBuffer; in intelInitBufferFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer)) in do_blit_readpixels() 150 y = ctx->ReadBuffer->Height - (y + height); in do_blit_readpixels()
|
D | intel_buffers.c | 58 = intel_renderbuffer(intel->ctx.ReadBuffer->_ColorReadBuffer); in intel_readbuf_region() 131 functions->ReadBuffer = intelReadBuffer; in intelInitBufferFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_span.c | 67 if (ctx->ReadBuffer != ctx->DrawBuffer) in span_map_unmap() 68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map); in span_map_unmap()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_span.c | 67 if (ctx->ReadBuffer != ctx->DrawBuffer) in span_map_unmap() 68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map); in span_map_unmap()
|