HomeSort by relevance Sort by last modified time
    Searched defs:framebuffer (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 127 bool framebuffer = renderToFramebuffer(); local
136 if (!framebuffer) {
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 40 private_handle_t* framebuffer; member in struct:private_module_t
  /external/qemu/android/camera/
camera-capture-windows.c 76 /* Framebuffer large enough to fit the frame. */
77 uint8_t* framebuffer; member in struct:WndCameraDevice
78 /* Framebuffer size. */
80 /* Framebuffer's pixel format. */
147 if (cd->framebuffer != NULL) {
148 free(cd->framebuffer);
180 if (cd->framebuffer != NULL) {
181 free(cd->framebuffer);
182 cd->framebuffer = NULL;
400 * At this point we need to grab a frame to properly setup framebuffer, an
    [all...]
camera-common.h 95 /* Describes framebuffer, used by the client of camera capturing API.
99 /* Pixel format used in the client framebuffer. */
101 /* Address of the client framebuffer. */
102 void* framebuffer; member in struct:ClientFrameBuffer
  /frameworks/base/tests/touchlag/
touchlag.cpp 228 Buffer framebuffer; local
229 framebuffer.w = vi.xres;
230 framebuffer.h = vi.yres;
231 framebuffer.s = fi.line_length / (vi.bits_per_pixel >> 3);
232 framebuffer.addr = bits;
257 clearBuffer(&framebuffer, 0);
263 drawRect(&framebuffer, 0x400000, framebuffer.w-2, 0, 2, framebuffer.h);
266 drawCircle(&framebuffer, 0, lag_x, lag_y, 100)
    [all...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 40 private_handle_t* framebuffer; member in struct:private_module_t
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 196 int framebuffer; local
199 framebuffer = framebuffers[0];
200 gl11ep.glBindFramebufferOES(GL11ExtensionPack.GL_FRAMEBUFFER_OES, framebuffer);
219 throw new RuntimeException("Framebuffer is not complete: " +
223 return framebuffer;
  /frameworks/rs/
rs_hal.h 264 } framebuffer; member in struct:android::renderscript::__anon18762
  /frameworks/support/renderscript/v8/rs_support/
rs_hal.h 264 } framebuffer; member in struct:android::renderscript::__anon18791
  /development/ndk/platforms/android-3/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 24 #include "libGLESv2/Framebuffer.h"
178 void __stdcall glBindFramebuffer(GLenum target, GLuint framebuffer)
180 TRACE("(GLenum target = 0x%X, GLuint framebuffer = %d)", target, framebuffer);
195 context->bindReadFramebuffer(framebuffer);
200 context->bindDrawFramebuffer(framebuffer);
580 gl::Framebuffer *framebuffer = NULL; local
583 framebuffer = context->getReadFramebuffer();
587 framebuffer = context->getDrawFramebuffer()
1033 gl::Framebuffer *framebuffer = context->getReadFramebuffer(); local
1167 gl::Framebuffer *framebuffer = context->getReadFramebuffer(); local
1927 gl::Framebuffer *framebuffer = NULL; local
2042 gl::Framebuffer *framebuffer = NULL; local
2675 gl::Framebuffer *framebuffer = NULL; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap

Completed in 630 milliseconds

1 2 3