Searched
full:framebuffer (Results
526 -
550 of
1258) sorted by null
<<21222324252627282930>>
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 41 blink::WGC3Denum target, blink::WebGLId framebuffer); 69 virtual blink::WGC3Dboolean isFramebuffer(blink::WebGLId framebuffer);
|
/external/chromium_org/ppapi/c/ |
ppb_opengles2.h | 45 PP_Resource context, GLenum target, GLuint framebuffer); 189 GLboolean (*IsFramebuffer)(PP_Resource context, GLuint framebuffer);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 74 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) { } 169 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer) { return false; }
|
/external/chromium_org/third_party/angle/src/ |
build_angle.gypi | 250 'libGLESv2/Framebuffer.cpp', 251 'libGLESv2/Framebuffer.h',
|
/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.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawpix.c | 32 #include "framebuffer.h" 240 "glCopyPixels(incomplete framebuffer)" );
|
shared.c | 248 * Callback for deleting a framebuffer object. Called by _mesa_HashDeleteAll() 254 /* The fact that the framebuffer is in the hashtable means its refcount
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_context.h | 343 * Called prior to framebuffer reading/writing. 356 /** Called after framebuffer reading/writing */
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 181 uint surfWidth = sp->framebuffer.width; 182 uint surfHeight = sp->framebuffer.height;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw.c | 221 svga->curr.framebuffer.cbufs[0] ? 222 svga_surface(svga->curr.framebuffer.cbufs[0])->handle : NULL,
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 31 #include "main/framebuffer.h" 83 /* framebuffer/image functions */
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 57 /** Framebuffer pixel formats */ 180 * Framebuffer information, derived from.
|
/external/mesa3d/src/mesa/main/ |
drawpix.c | 32 #include "framebuffer.h" 240 "glCopyPixels(incomplete framebuffer)" );
|
shared.c | 248 * Callback for deleting a framebuffer object. Called by _mesa_HashDeleteAll() 254 /* The fact that the framebuffer is in the hashtable means its refcount
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 343 * Called prior to framebuffer reading/writing. 356 /** Called after framebuffer reading/writing */
|
/external/qemu/android/skin/ |
window.c | 24 #include "android/framebuffer.h" 90 SkinSize datasize; /* framebuffer size */ 91 void* data; /* framebuffer pixels */ 160 /* The framebuffer format is R,G,B,X in framebuffer memory, on a 368 /* this is called when the LCD framebuffer is off */ [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataric2p.S | 442 .comm c2p_source,4 /* Source framebuffer */ 443 .comm c2p_dest,4 /* Destination framebuffer */
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysvideo.cc | 24 /* Qtopia based framebuffer implementation */ 303 /* Create the QImage framebuffer */
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_mdp.h | 117 MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ 622 /* get the framebuffer physical address information */
|
/hardware/samsung_slsi/exynos5/gralloc/ |
gralloc.cpp | 111 framebuffer: 0, 147 "framebuffer target should not have SW usage bits; ignoring");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nubus.h | 52 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 121 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nubus.h | 52 * Jet framebuffer (DuoDock Plus): <3,1,1,41> 121 NUBUS_DRHW_APPLE_JET = 0x0029, /* Jet framebuffer (DuoDock) */
|
Completed in 1920 milliseconds
<<21222324252627282930>>