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

1 2

  /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
  /hardware/msm7k/libgralloc/
gralloc_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
  /external/qemu/android/camera/
camera-capture-windows.c 75 /* Framebuffer large enough to fit the frame. */
76 uint8_t* framebuffer; member in struct:WndCameraDevice
77 /* Framebuffer size. */
79 /* Framebuffer's pixel format. */
146 if (cd->framebuffer != NULL) {
147 free(cd->framebuffer);
179 if (cd->framebuffer != NULL) {
180 free(cd->framebuffer);
181 cd->framebuffer = NULL;
399 * 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...]
  /frameworks/rs/
rs_hal.h 226 } framebuffer; member in struct:android::renderscript::__anon17387
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 65 struct 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;
  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
fb.h 254 __u32 framebuffer; member in struct:fb_con2fbmap

Completed in 1152 milliseconds

1 2