HomeSort by relevance Sort by last modified time
    Searched defs:framebuffers (Results 1 - 6 of 6) 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 1855 GLuint *framebuffers = (GLuint *) 0; local
1892 GLuint *framebuffers = (GLuint *) 0; local
1917 GLuint *framebuffers = (GLuint *) 0; local
1958 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
android_opengl_GLES20.cpp 563 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
569 GLuint *framebuffers = (GLuint *) 0; local
572 jniThrowException(_env, "java/lang/IllegalArgumentException", "framebuffers == null");
582 framebuffers = framebuffers_base + offset;
586 (GLuint *)framebuffers
596 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
602 GLuint *framebuffers = (GLuint *) 0; local
604 framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining);
607 (GLuint *)framebuffers
610 releasePointer(_env, _array, framebuffers, JNI_FALSE)
998 GLuint *framebuffers = (GLuint *) 0; local
1034 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 6297 GLuint *framebuffers = (GLuint *) 0; local
6343 GLuint *framebuffers = (GLuint *) 0; local
6500 GLuint *framebuffers = (GLuint *) 0; local
6546 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 754 void Debug_glDeleteFramebuffers(GLsizei n, const GLuint* framebuffers)
759 const GLuint* framebuffers; member in struct:__anon15503
762 _c->glDeleteFramebuffers(n, framebuffers);
767 caller.framebuffers = framebuffers;
770 msg.set_arg1(ToInt(framebuffers));
773 msg.mutable_data()->assign(reinterpret_cast<const char *>(framebuffers), n * sizeof(GLuint));
1164 GLuint* framebuffers; member in struct:__anon15523
    [all...]

Completed in 99 milliseconds