Searched
full:framebuffer (Results
876 -
900 of
1258) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/mesa/src/include/GLES/ |
glext.h | 654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer); 655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_state.c | 360 nv30->framebuffer = *fb;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_drawable.c | 109 /* XXX remove this and just set the correct one on the framebuffer */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_bitmap.c | 157 * whether the framebuffer is or not.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 125 context_dirty(ctx, FRAMEBUFFER);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mtypes.h | 507 * Framebuffer configuration (aka visual / pixelformat) 797 GLboolean sRGBEnabled; /**< Framebuffer sRGB blending/updating requested */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 804 /* get float/RGBA image from framebuffer */ 970 * Determine if the src framebuffer and dest texture have the same 971 * base format. We need this to detect a case such as the framebuffer 974 * framebuffer's alpha values). We can't do that with the blit or [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 143 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFramebuffer(GrGLenum target, GrGLuint framebuffer) {}
|
/external/libvpx/libvpx/ |
usage.dox | 193 readable. On some platforms, framebuffer memory is writable but not
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 188 Framebuffer. It should read " If the <format> is one of RED, GREEN,
|
/external/mesa3d/include/GLES/ |
glext.h | 654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer); 655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer); [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.c | 360 nv30->framebuffer = *fb;
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_drawable.c | 109 /* XXX remove this and just set the correct one on the framebuffer */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_bitmap.c | 157 * whether the framebuffer is or not.
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 125 context_dirty(ctx, FRAMEBUFFER);
|
/external/mesa3d/src/mesa/main/ |
mtypes.h | 507 * Framebuffer configuration (aka visual / pixelformat) 797 GLboolean sRGBEnabled; /**< Framebuffer sRGB blending/updating requested */ [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 804 /* get float/RGBA image from framebuffer */ 970 * Determine if the src framebuffer and dest texture have the same 971 * base format. We need this to detect a case such as the framebuffer 974 * framebuffer's alpha values). We can't do that with the blit or [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetvideomode.html | 450 >The framebuffer surface, or <SPAN
|
sdlsurface.html | 241 memory, memory that can be drawn to. The video framebuffer is returned
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 270 /* Set up the new mode framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcvideo.c | 237 /* Set up the new mode framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
SDL_ggivideo.c | 311 /* Set up the new mode framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 237 /* Set up the new mode framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3yuv.c | 3 * CELL BE Support for PS3 Framebuffer
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzVideo.h | 43 - SetColors sets palette correctly but clears framebuffer
|
Completed in 1865 milliseconds
<<31323334353637383940>>