HomeSort by relevance Sort by last modified time
    Searched defs:framebuffers (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 197 int[] framebuffers = new int[1]; local
198 gl11ep.glGenFramebuffersOES(1, framebuffers, 0);
199 framebuffer = framebuffers[0];
  /external/qemu/android/camera/
camera-capture-linux.c 70 /* Framebuffers are shared via memory mapping. */
72 /* Framebuffers are available via user pointers. */
74 /* Framebuffers are to be read from the device. */
103 /* Allocated framebuffers. */
104 struct CameraFrameBuffer* framebuffers; member in struct:LinuxCameraDevice
105 /* Actual number of allocated framebuffers. */
194 /* Frees array of framebuffers, depending on the I/O method the array has been
209 /* Unmap framebuffers. */
221 /* Free framebuffers. */
274 if (lcd->framebuffers != NULL)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 2447 GLuint *framebuffers = (GLuint *) 0; local
2497 GLuint *framebuffers = (GLuint *) 0; local
2533 GLuint *framebuffers = (GLuint *) 0; local
2583 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
android_opengl_GLES20.cpp 821 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
830 GLuint *framebuffers = (GLuint *) 0; local
835 _exceptionMessage = "framebuffers == null";
853 framebuffers = framebuffers_base + offset;
857 (GLuint *)framebuffers
870 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
880 GLuint *framebuffers = (GLuint *) 0; local
882 framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining, &_bufferOffset);
889 if (framebuffers == NULL) {
891 framebuffers = (GLuint *) (_framebuffersBase + _bufferOffset)
1391 GLuint *framebuffers = (GLuint *) 0; local
1441 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 7345 GLuint *framebuffers = (GLuint *) 0; local
7400 GLuint *framebuffers = (GLuint *) 0; local
7586 GLuint *framebuffers = (GLuint *) 0; local
7641 GLuint *framebuffers = (GLuint *) 0; local
    [all...]

Completed in 978 milliseconds