HomeSort by relevance Sort by last modified time
    Searched refs:DrawBuffer (Results 76 - 100 of 272) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 198 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
205 if (ctx->DrawBuffer->_NumColorDrawBuffers > 1 ||
319 && ctx->DrawBuffer->Visual.depthBits == 16
345 const GLint shift = 32 - ctx->DrawBuffer->Visual.depthBits;
367 const GLuint depthMax = ctx->DrawBuffer->_DepthMax;
434 if (ctx->DrawBuffer->_NumColorDrawBuffers > 0) {
436 ctx->DrawBuffer->_ColorDrawBuffers[0]->Format);
517 ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer;
s_copypix.c 114 if (ctx->DrawBuffer == ctx->ReadBuffer) {
211 const GLuint depthMax = ctx->DrawBuffer->_DepthMax;
218 const GLfloat depthMaxF = ctx->DrawBuffer->_DepthMaxF;
225 const GLdouble depthMaxF = ctx->DrawBuffer->_DepthMaxF;
265 if (ctx->DrawBuffer == ctx->ReadBuffer) {
362 if (ctx->DrawBuffer == ctx->ReadBuffer) {
449 struct gl_framebuffer *dstFb = ctx->DrawBuffer;
  /external/mesa3d/src/mesa/main/
debug.c 94 (state & _NEW_BUFFERS) ? "ctx->Visual, ctx->DrawBuffer,, " : "");
465 const GLuint w = ctx->DrawBuffer->Width;
466 const GLuint h = ctx->DrawBuffer->Height;
477 printf("ReadBuffer %p 0x%x DrawBuffer %p 0x%x\n",
480 (void *) ctx->DrawBuffer->_ColorDrawBuffers[0],
481 ctx->DrawBuffer->ColorDrawBuffer[0]);
495 const GLuint w = ctx->DrawBuffer->Width;
496 const GLuint h = ctx->DrawBuffer->Height;
531 const GLuint w = ctx->DrawBuffer->Width;
532 const GLuint h = ctx->DrawBuffer->Height
    [all...]
viewport.c 95 ctx->DrawBuffer->_DepthMaxF);
141 ctx->DrawBuffer->_DepthMaxF);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 105 if (ctx->Depth.Test && ctx->DrawBuffer->Visual.depthBits > 0) {
111 if (ctx->Stencil.Enabled && ctx->DrawBuffer->Visual.stencilBits > 0) {
st_atom_scissor.c 48 const struct gl_framebuffer *fb = ctx->DrawBuffer;
st_atom_rasterizer.c 79 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) {
170 (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM))
243 !ctx->DrawBuffer->_IntegerColor;
st_cb_drawpixels.c 583 const struct gl_framebuffer *fb = st->ctx->DrawBuffer;
702 !ctx->DrawBuffer->_IntegerColor;
765 const float w = (float) ctx->DrawBuffer->Width;
766 const float h = (float) ctx->DrawBuffer->Height;
789 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) {
790 y = ctx->DrawBuffer->Height - (int) (y + height * ctx->Pixel.ZoomY);
853 strb = st_renderbuffer(ctx->DrawBuffer->
856 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
857 y = ctx->DrawBuffer->Height - y - height;
913 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 198 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0];
205 if (ctx->DrawBuffer->_NumColorDrawBuffers > 1 ||
319 && ctx->DrawBuffer->Visual.depthBits == 16
345 const GLint shift = 32 - ctx->DrawBuffer->Visual.depthBits;
367 const GLuint depthMax = ctx->DrawBuffer->_DepthMax;
434 if (ctx->DrawBuffer->_NumColorDrawBuffers > 0) {
436 ctx->DrawBuffer->_ColorDrawBuffers[0]->Format);
517 ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer;
s_copypix.c 114 if (ctx->DrawBuffer == ctx->ReadBuffer) {
211 const GLuint depthMax = ctx->DrawBuffer->_DepthMax;
218 const GLfloat depthMaxF = ctx->DrawBuffer->_DepthMaxF;
225 const GLdouble depthMaxF = ctx->DrawBuffer->_DepthMaxF;
265 if (ctx->DrawBuffer == ctx->ReadBuffer) {
362 if (ctx->DrawBuffer == ctx->ReadBuffer) {
449 struct gl_framebuffer *dstFb = ctx->DrawBuffer;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_scissor.c 48 const struct gl_framebuffer *fb = ctx->DrawBuffer;
st_atom_rasterizer.c 79 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) {
170 (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM))
243 !ctx->DrawBuffer->_IntegerColor;
st_cb_drawpixels.c 583 const struct gl_framebuffer *fb = st->ctx->DrawBuffer;
702 !ctx->DrawBuffer->_IntegerColor;
765 const float w = (float) ctx->DrawBuffer->Width;
766 const float h = (float) ctx->DrawBuffer->Height;
789 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) {
790 y = ctx->DrawBuffer->Height - (int) (y + height * ctx->Pixel.ZoomY);
853 strb = st_renderbuffer(ctx->DrawBuffer->
856 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
857 y = ctx->DrawBuffer->Height - y - height;
913 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_state.c 52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
53 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[i];
160 if (!intel_get_renderbuffer(ctx->DrawBuffer, BUFFER_DEPTH))
gen7_sf_state.c 47 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer);
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer);
167 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
brw_misc_state.c 54 OUT_BATCH(((ctx->DrawBuffer->Width - 1) & 0xffff) |
55 ((ctx->DrawBuffer->Height - 1) << 16));
207 struct gl_framebuffer *fb = ctx->DrawBuffer;
260 struct gl_framebuffer *fb = ctx->DrawBuffer;
633 if (_mesa_is_winsys_fbo(ctx->DrawBuffer)) {
682 if (_mesa_is_winsys_fbo(brw->intel.ctx.DrawBuffer))
683 OUT_BATCH((32 - (ctx->DrawBuffer->Height & 31)) & 31);
brw_clear.c 95 struct gl_framebuffer *fb = ctx->DrawBuffer;
gen6_depthstencil.c 40 depth_irb = intel_get_renderbuffer(ctx->DrawBuffer, BUFFER_DEPTH);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
53 struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[i];
160 if (!intel_get_renderbuffer(ctx->DrawBuffer, BUFFER_DEPTH))
gen7_sf_state.c 47 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer);
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer);
167 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
brw_misc_state.c 54 OUT_BATCH(((ctx->DrawBuffer->Width - 1) & 0xffff) |
55 ((ctx->DrawBuffer->Height - 1) << 16));
207 struct gl_framebuffer *fb = ctx->DrawBuffer;
260 struct gl_framebuffer *fb = ctx->DrawBuffer;
633 if (_mesa_is_winsys_fbo(ctx->DrawBuffer)) {
682 if (_mesa_is_winsys_fbo(brw->intel.ctx.DrawBuffer))
683 OUT_BATCH((32 - (ctx->DrawBuffer->Height & 31)) & 31);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 123 xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0])
454 if ((ctx->DrawBuffer->_ColorDrawBufferIndexes[0] != BUFFER_BIT_FRONT_LEFT) &&
455 (ctx->DrawBuffer->_ColorDrawBufferIndexes[0] != BUFFER_BIT_BACK_LEFT))
464 xrb = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
514 if (ctx->DrawBuffer->_NumColorDrawBuffers == 1
515 && ctx->DrawBuffer->_ColorDrawBufferIndexes[0] == BUFFER_FRONT_LEFT
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 123 xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0])
454 if ((ctx->DrawBuffer->_ColorDrawBufferIndexes[0] != BUFFER_BIT_FRONT_LEFT) &&
455 (ctx->DrawBuffer->_ColorDrawBufferIndexes[0] != BUFFER_BIT_BACK_LEFT))
464 xrb = xmesa_renderbuffer(ctx->DrawBuffer->_ColorDrawBuffers[0]);
514 if (ctx->DrawBuffer->_NumColorDrawBuffers == 1
515 && ctx->DrawBuffer->_ColorDrawBufferIndexes[0] == BUFFER_FRONT_LEFT
  /external/chromium_org/remoting/client/
software_video_renderer.cc 87 void DrawBuffer(webrtc::DesktopFrame* buffer);
262 void SoftwareVideoRenderer::Core::DrawBuffer(webrtc::DesktopFrame* buffer) {
385 void SoftwareVideoRenderer::DrawBuffer(webrtc::DesktopFrame* buffer) {
387 FROM_HERE, base::Bind(&SoftwareVideoRenderer::Core::DrawBuffer,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_clear.c 88 struct gl_framebuffer *fb = ctx->DrawBuffer;

Completed in 950 milliseconds

1 2 34 5 6 7 8 91011