Home
last modified time | relevance | path

Searched refs:draw_buffer (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dvg_manager.c48 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in vg_context_update_color_rb()
86 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_flush_frontbuffer()
107 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_validate_framebuffer()
280 if (ctx->draw_buffer) { in vg_context_bind_framebuffers()
281 stfb = ctx->draw_buffer; in vg_context_bind_framebuffers()
291 ctx->draw_buffer = NULL; in vg_context_bind_framebuffers()
302 if (!ctx->draw_buffer) { in vg_context_bind_framebuffers()
326 ctx->draw_buffer = stfb; in vg_context_bind_framebuffers()
329 ctx->draw_buffer->iface = stdrawi; in vg_context_bind_framebuffers()
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1; in vg_context_bind_framebuffers()
Dvg_context.c290 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_surface_mask_view()
346 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_blend_texture_view()
364 struct st_renderbuffer *dsrb = ctx->draw_buffer->dsrb; in vg_context_update_depth_stencil_rb()
402 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_validate_state()
415 ctx->draw_buffer, &ctx->state.vg); in vg_validate_state()
447 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_texture()
474 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface()
492 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface_from_mask()
504 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_get_surface_mask()
Dshader.c145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) { in blend_use_shader()
224 struct st_framebuffer *stfb = ctx->draw_buffer; in is_format_bw()
405 const struct st_framebuffer *stfb = shader->context->draw_buffer; in shader_set_paint_matrix()
Dmask.c104 struct st_framebuffer *stfb = ctx->draw_buffer; in read_alpha_mask()
153 struct st_framebuffer *stfb = ctx->draw_buffer; in save_alpha_to_file()
450 struct st_framebuffer *stfb = ctx->draw_buffer; in mask_render_to()
Dapi_images.c399 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaReadPixels()
471 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaCopyPixels()
Dvg_context.h109 struct st_framebuffer *draw_buffer; member
Dapi_masks.c75 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaClear()
Dimage.c568 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_set_pixels()
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_get_pixels()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_manager.c48 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in vg_context_update_color_rb()
86 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_flush_frontbuffer()
107 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_manager_validate_framebuffer()
280 if (ctx->draw_buffer) { in vg_context_bind_framebuffers()
281 stfb = ctx->draw_buffer; in vg_context_bind_framebuffers()
291 ctx->draw_buffer = NULL; in vg_context_bind_framebuffers()
302 if (!ctx->draw_buffer) { in vg_context_bind_framebuffers()
326 ctx->draw_buffer = stfb; in vg_context_bind_framebuffers()
329 ctx->draw_buffer->iface = stdrawi; in vg_context_bind_framebuffers()
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1; in vg_context_bind_framebuffers()
Dvg_context.c290 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_surface_mask_view()
346 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_context_update_blend_texture_view()
364 struct st_renderbuffer *dsrb = ctx->draw_buffer->dsrb; in vg_context_update_depth_stencil_rb()
402 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_validate_state()
415 ctx->draw_buffer, &ctx->state.vg); in vg_validate_state()
447 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_texture()
474 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface()
492 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_prepare_blend_surface_from_mask()
504 struct st_framebuffer *stfb = ctx->draw_buffer; in vg_get_surface_mask()
Dshader.c145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) { in blend_use_shader()
224 struct st_framebuffer *stfb = ctx->draw_buffer; in is_format_bw()
405 const struct st_framebuffer *stfb = shader->context->draw_buffer; in shader_set_paint_matrix()
Dmask.c104 struct st_framebuffer *stfb = ctx->draw_buffer; in read_alpha_mask()
153 struct st_framebuffer *stfb = ctx->draw_buffer; in save_alpha_to_file()
450 struct st_framebuffer *stfb = ctx->draw_buffer; in mask_render_to()
Dapi_images.c399 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaReadPixels()
471 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaCopyPixels()
Dvg_context.h109 struct st_framebuffer *draw_buffer; member
Dapi_masks.c75 struct st_framebuffer *stfb = ctx->draw_buffer; in vegaClear()
Dimage.c568 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_set_pixels()
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb; in image_get_pixels()
/external/chromium_org/gpu/command_buffer/service/
Dcontext_group.h162 GLenum draw_buffer() const { in draw_buffer() function
Dframebuffer_manager.h129 GLenum GetDrawBuffer(GLenum draw_buffer) const;
Dframebuffer_manager.cc554 GLenum Framebuffer::GetDrawBuffer(GLenum draw_buffer) const { in GetDrawBuffer()
556 draw_buffer - GL_DRAW_BUFFER0_ARB); in GetDrawBuffer()
Dgles2_cmd_decoder.cc3147 group_->draw_buffer() == GL_NONE) { in CheckFramebufferValid()
4777 params[0] = group_->draw_buffer(); in GetHelper()