HomeSort by relevance Sort by last modified time
    Searched full:draw_buffer (Results 1 - 25 of 26) sorted by null

1 2

  /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 129 GLenum GetDrawBuffer(GLenum draw_buffer) const;
framebuffer_manager.cc 554 GLenum Framebuffer::GetDrawBuffer(GLenum draw_buffer) const {
556 draw_buffer - GL_DRAW_BUFFER0_ARB);
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/third_party/angle/extensions/
EXT_draw_buffers.txt 267 DRAW_BUFFER<i>_EXT."
421 DRAW_BUFFER<i>_EXT Z10* GetIntegerv see 4.2.1 Draw buffer selected
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 702 * GL_DITHER, GL_READ/DRAW_BUFFER, buffer binding state, etc. effect
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 702 * GL_DITHER, GL_READ/DRAW_BUFFER, buffer binding state, etc. effect
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml 353 <enum name="DRAW_BUFFER" count="1" value="0x0C01">
    [all...]

Completed in 438 milliseconds

1 2