HomeSort by relevance Sort by last modified time
    Searched defs:framebuffers (Results 1 - 3 of 3) 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];
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 578 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
584 GLuint *framebuffers = (GLuint *) 0; local
587 _env->ThrowNew(IAEClass, "framebuffers == null");
597 framebuffers = framebuffers_base + offset;
601 (GLuint *)framebuffers
611 /* void glDeleteFramebuffers ( GLsizei n, const GLuint *framebuffers ) */
617 GLuint *framebuffers = (GLuint *) 0; local
619 framebuffers = (GLuint *)getPointer(_env, framebuffers_buf, &_array, &_remaining);
622 (GLuint *)framebuffers
625 releasePointer(_env, _array, framebuffers, JNI_FALSE)
1013 GLuint *framebuffers = (GLuint *) 0; local
1049 GLuint *framebuffers = (GLuint *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 6325 GLuint *framebuffers = (GLuint *) 0; local
6371 GLuint *framebuffers = (GLuint *) 0; local
6528 GLuint *framebuffers = (GLuint *) 0; local
6574 GLuint *framebuffers = (GLuint *) 0; local
    [all...]

Completed in 40 milliseconds