HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 501 - 525 of 1258) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 407 /* Framebuffer Object. */
408 const GLenum FRAMEBUFFER = 0x8D40;
467 [StrictTypeChecking] void bindFramebuffer(GLenum target, WebGLFramebuffer framebuffer);
507 [StrictTypeChecking] void deleteFramebuffer(WebGLFramebuffer framebuffer);
576 [StrictTypeChecking] GLboolean isFramebuffer(WebGLFramebuffer framebuffer);
    [all...]
WebGLRenderingContext.h 668 // Helper to restore state that clearing the framebuffer may destroy.
680 // and the color buffer format of the current bound framebuffer combination
685 // Helper function to get the bound framebuffer's color buffer format.
688 // Helper function to get the bound framebuffer's width.
691 // Helper function to get the bound framebuffer's height.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 837 i915->framebuffer.width = fb->width;
838 i915->framebuffer.height = fb->height;
839 i915->framebuffer.nr_cbufs = fb->nr_cbufs;
841 pipe_surface_reference(&i915->framebuffer.cbufs[i],
844 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.c 369 setup->framebuffer.x0 = 0;
370 setup->framebuffer.y0 = 0;
371 setup->framebuffer.x1 = fb->width-1;
372 setup->framebuffer.y1 = fb->height-1;
885 setup->draw_region = setup->framebuffer;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.c 30 * Framebuffer/renderbuffer functions.
39 #include "main/framebuffer.h"
457 /* Invalidate buffer state so that the pipe's framebuffer state
486 /* restore previous framebuffer state */
573 * Check that the framebuffer configuration is valid in terms of what
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 837 i915->framebuffer.width = fb->width;
838 i915->framebuffer.height = fb->height;
839 i915->framebuffer.nr_cbufs = fb->nr_cbufs;
841 pipe_surface_reference(&i915->framebuffer.cbufs[i],
844 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 369 setup->framebuffer.x0 = 0;
370 setup->framebuffer.y0 = 0;
371 setup->framebuffer.x1 = fb->width-1;
372 setup->framebuffer.y1 = fb->height-1;
885 setup->draw_region = setup->framebuffer;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 30 * Framebuffer/renderbuffer functions.
39 #include "main/framebuffer.h"
457 /* Invalidate buffer state so that the pipe's framebuffer state
486 /* restore previous framebuffer state */
573 * Check that the framebuffer configuration is valid in terms of what
  /external/qemu/distrib/sdl-1.2.15/
docs.html 171 Added the SDL_VIDEO_FBCON_ROTATION environment variable to control output orientation on the framebuffer console.
627 The framebuffer console video driver now has a parser for /etc/fb.modes for improved video mode handling.
629 The framebuffer console video driver now allows asynchronous VT switching, and restores the full contents of the screen when switched back.
631 The framebuffer console now uses CTRL-ALT-FN to switch virtual terminals, to avoid collisions with application key bindings.
633 The framebuffer console input driver correctly sets IMPS/2 mode for wheel mice. It also properly detects when gpm is in IMPS/2 protocol mode, or passing raw protocol from an IMPS/2 mouse.
  /external/qemu/hw/
goldfish_fb.c 112 fprintf(stderr, "%s: framebuffer dimensions mismatch\n", __FUNCTION__);
145 /* Return the pixel format of the current framebuffer, based on
236 * This corresponds to the source framebuffer and destination
252 * latest framebuffer update.
259 * between the source (framebuffer) and destination (surface) pixel
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 314 // Copies the framebuffer data given in |rect| to |texture|.
317 // Copies the all framebuffer data to |texture|. |size| specifies the
318 // size of the framebuffer.
  /external/qemu/android/
qemulator.c 147 /* register as a framebuffer clients for all displays defined in the skin file */
197 /* register as a framebuffer clients for all displays defined in the skin file */
502 /* this will eventually call sdl_update if the content of the VGA framebuffer
  /external/qemu/distrib/sdl-1.2.15/docs/html/
video.html 384 >SDL presents a very simple interface to the display framebuffer. The
385 framebuffer is represented as an offscreen surface to which you can write
433 returned, and write to it like any other framebuffer, calling the update
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 3 * CELL BE Support for PS3 Framebuffer
358 /* Copy screen to framebuffer and flip */
371 /* Set SPU parms for copying the surface to framebuffer */
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 644 message FrameBuffer {
658 optional FrameBuffer fb = 7; // contents of the framebuffer
  /frameworks/native/opengl/libs/
trace.in 16 TRACE_GL_VOID(glBindFramebuffer, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
17 TRACE_GL_VOID(glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
    [all...]
debug.in 6 TRACE_GL_VOID(glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
130 TRACE_GL(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer), 1, "GLuint", framebuffer)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 13 void glBindFramebuffer(GLenum target, GLuint framebuffer);
92 GLboolean glIsFramebuffer(GLuint framebuffer);
250 void glBindFramebuffer(GLenum target, GLuint framebuffer)
253 ctx->glBindFramebuffer(ctx, target, framebuffer);
732 GLboolean glIsFramebuffer(GLuint framebuffer)
735 return ctx->glIsFramebuffer(ctx, framebuffer);
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.cc 733 static_cast<PpbBuffer*>(video_frame->FrameBuffer());
776 PP_DCHECK(audio_frames.get() && audio_frames->FrameBuffer());
777 if (!audio_frames.get() || !audio_frames->FrameBuffer()) {
782 static_cast<PpbBuffer*>(audio_frames->FrameBuffer());
796 !video_frame->FrameBuffer() ||
803 PpbBuffer* ppb_buffer = static_cast<PpbBuffer*>(video_frame->FrameBuffer());
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 238 TexImage2D, except that the image data are taken from the framebuffer
567 -- Section 4.4.2.3 "Attaching Texture Images to a Framebuffer"
588 the framebuffer attachment state corresponding to <attachment> is
592 -- Section 4.4.4.1 "Framebuffer Attachment Completeness"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_driver.c 208 "Requested framebuffer size %dx%dx%d will not fit "
233 * before destroying the old framebuffer.
262 FatalError("failed to setup old framebuffer\n");
1109 debug_printf("%s: failed to create framebuffer (%i, %s)\n",
1115 FatalError("%s: failed to take down old framebuffer\n", __func__);
1221 debug_printf("%s: failed to create framebuffer (%i, %s)",
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 238 TexImage2D, except that the image data are taken from the framebuffer
567 -- Section 4.4.2.3 "Attaching Texture Images to a Framebuffer"
588 the framebuffer attachment state corresponding to <attachment> is
592 -- Section 4.4.4.1 "Framebuffer Attachment Completeness"
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 208 "Requested framebuffer size %dx%dx%d will not fit "
233 * before destroying the old framebuffer.
262 FatalError("failed to setup old framebuffer\n");
1109 debug_printf("%s: failed to create framebuffer (%i, %s)\n",
1115 FatalError("%s: failed to take down old framebuffer\n", __func__);
1221 debug_printf("%s: failed to create framebuffer (%i, %s)",
    [all...]
  /bootable/recovery/minui/
graphics.c 132 perror("failed to mmap framebuffer");
388 printf("framebuffer: fd %d (%d x %d)\n",
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 295 // Suggest discarding framebuffer when one exists and the renderer is not
307 // Suggest discarding framebuffer when one exists and the renderer is visible.
317 // Suggest discarding framebuffer when one does not exist.
330 // Begin drawing a frame while a framebuffer is discarded.
331 // Expected: will recreate framebuffer.
    [all...]

Completed in 523 milliseconds

<<21222324252627282930>>