/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/android/goldfish/ |
fb.c | 114 fprintf(stderr, "%s: framebuffer dimensions mismatch\n", __FUNCTION__); 147 /* Return the pixel format of the current framebuffer, based on 238 * This corresponds to the source framebuffer and destination 254 * latest framebuffer update. 261 * between the source (framebuffer) and destination (surface) pixel
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper.h | 264 // Copies the framebuffer data given in |rect| to |texture|. 267 // Copies the all framebuffer data to |texture|. |size| specifies the 268 // size of the framebuffer.
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperContext.cpp | 371 static GLW_APICALL void GLW_APIENTRY bindFramebuffer (deUint32 target, deUint32 framebuffer) 377 context->gl.bindFramebuffer(target, framebuffer); 381 ((framebuffer != 0) ? context->gl.enable : context->gl.disable)(GL_FRAMEBUFFER_SRGB);
|
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | 415 m_testCtx.getLog() << tcu::TestLog::Message << "Using default framebuffer." << tcu::TestLog::EndMessage; [all...] |
/external/qemu/android/ |
qemulator.c | 148 /* register as a framebuffer clients for all displays defined in the skin file */ 198 /* register as a framebuffer clients for all displays defined in the skin file */ 497 /* 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/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 53 // both a 16-bit primary display framebuffer and a 32-bit virtual display 54 // framebuffer. 274 // back to main framebuffer
|
/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/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/deqp/modules/glshared/ |
glsScissorTests.cpp | 392 // Test effect of scissor on default framebuffer clears 478 typedef de::MovePtr<glu::Framebuffer> FramebufferP; 495 throw tcu::NotSupportedError("Cannot blit to multisampled framebuffer", "", __FILE__, __LINE__); 501 m_fbo = FramebufferP(new glu::Framebuffer(gl)); 528 // blit to default framebuffer 609 const glu::Framebuffer fbo (gl);
|
/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...] |
/external/chromium_org/cc/output/ |
gl_renderer_unittest.cc | 278 // Suggest discarding framebuffer when one exists and the renderer is not 290 // Suggest discarding framebuffer when one exists and the renderer is visible. 300 // Suggest discarding framebuffer when one does not exist. 313 // Begin drawing a frame while a framebuffer is discarded. 314 // Expected: will recreate framebuffer. [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 50 virtual void bindFramebuffer(GLenum target, GLuint framebuffer); 111 virtual GLboolean isFramebuffer(GLuint framebuffer);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 72 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) { } 167 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer) { return false; }
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
ProgramBinary.h | 60 class Framebuffer; 104 rx::ShaderExecutable *getPixelExecutableForFramebuffer(const Framebuffer *fbo);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 181 uint surfWidth = sp->framebuffer.width; 182 uint surfHeight = sp->framebuffer.height;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw.c | 221 svga->curr.framebuffer.cbufs[0] ? 222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 31 #include "main/framebuffer.h" 83 /* framebuffer/image functions */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 57 /** Framebuffer pixel formats */ 180 * Framebuffer information, derived from.
|