HomeSort by relevance Sort by last modified time
    Searched refs:draw_buffer (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c 48 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
86 struct st_framebuffer *stfb = ctx->draw_buffer;
107 struct st_framebuffer *stfb = ctx->draw_buffer;
280 if (ctx->draw_buffer) {
281 stfb = ctx->draw_buffer;
291 ctx->draw_buffer = NULL;
302 if (!ctx->draw_buffer) {
326 ctx->draw_buffer = stfb;
329 ctx->draw_buffer->iface = stdrawi;
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1
    [all...]
vg_context.c 290 struct st_framebuffer *stfb = ctx->draw_buffer;
346 struct st_framebuffer *stfb = ctx->draw_buffer;
364 struct st_renderbuffer *dsrb = ctx->draw_buffer->dsrb;
402 struct st_framebuffer *stfb = ctx->draw_buffer;
415 ctx->draw_buffer, &ctx->state.vg);
447 struct st_framebuffer *stfb = ctx->draw_buffer;
474 struct st_framebuffer *stfb = ctx->draw_buffer;
492 struct st_framebuffer *stfb = ctx->draw_buffer;
504 struct st_framebuffer *stfb = ctx->draw_buffer;
shader.c 145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) {
224 struct st_framebuffer *stfb = ctx->draw_buffer;
405 const struct st_framebuffer *stfb = shader->context->draw_buffer;
mask.c 104 struct st_framebuffer *stfb = ctx->draw_buffer;
153 struct st_framebuffer *stfb = ctx->draw_buffer;
450 struct st_framebuffer *stfb = ctx->draw_buffer;
api_images.c 399 struct st_framebuffer *stfb = ctx->draw_buffer;
471 struct st_framebuffer *stfb = ctx->draw_buffer;
api_masks.c 75 struct st_framebuffer *stfb = ctx->draw_buffer;
vg_context.h 109 struct st_framebuffer *draw_buffer; member in struct:vg_context
image.c 568 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 48 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
86 struct st_framebuffer *stfb = ctx->draw_buffer;
107 struct st_framebuffer *stfb = ctx->draw_buffer;
280 if (ctx->draw_buffer) {
281 stfb = ctx->draw_buffer;
291 ctx->draw_buffer = NULL;
302 if (!ctx->draw_buffer) {
326 ctx->draw_buffer = stfb;
329 ctx->draw_buffer->iface = stdrawi;
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1
    [all...]
vg_context.c 290 struct st_framebuffer *stfb = ctx->draw_buffer;
346 struct st_framebuffer *stfb = ctx->draw_buffer;
364 struct st_renderbuffer *dsrb = ctx->draw_buffer->dsrb;
402 struct st_framebuffer *stfb = ctx->draw_buffer;
415 ctx->draw_buffer, &ctx->state.vg);
447 struct st_framebuffer *stfb = ctx->draw_buffer;
474 struct st_framebuffer *stfb = ctx->draw_buffer;
492 struct st_framebuffer *stfb = ctx->draw_buffer;
504 struct st_framebuffer *stfb = ctx->draw_buffer;
shader.c 145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) {
224 struct st_framebuffer *stfb = ctx->draw_buffer;
405 const struct st_framebuffer *stfb = shader->context->draw_buffer;
mask.c 104 struct st_framebuffer *stfb = ctx->draw_buffer;
153 struct st_framebuffer *stfb = ctx->draw_buffer;
450 struct st_framebuffer *stfb = ctx->draw_buffer;
api_images.c 399 struct st_framebuffer *stfb = ctx->draw_buffer;
471 struct st_framebuffer *stfb = ctx->draw_buffer;
api_masks.c 75 struct st_framebuffer *stfb = ctx->draw_buffer;
vg_context.h 109 struct st_framebuffer *draw_buffer; member in struct:vg_context
image.c 568 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb;
  /external/chromium_org/gpu/command_buffer/service/
context_group.h 168 GLenum draw_buffer() const { function in class:gpu::gles2::ContextGroup
framebuffer_manager.h 121 GLenum GetDrawBuffer(GLenum draw_buffer) const;
framebuffer_manager.cc 457 GLenum Framebuffer::GetDrawBuffer(GLenum draw_buffer) const {
459 draw_buffer - GL_DRAW_BUFFER0_ARB);
gles2_cmd_decoder.cc     [all...]

Completed in 574 milliseconds