HomeSort by relevance Sort by last modified time
    Searched refs:ids_base (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 719 GLuint *ids_base = (GLuint *) 0; local
736 ids_base = (GLuint *)
738 ids = ids_base + offset;
746 if (ids_base) {
747 _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base,
785 GLuint *ids_base = (GLuint *) 0; local
802 ids_base = (GLuint *)
804 ids = ids_base + offset;
812 if (ids_base) {
813 _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base,
4615 GLuint *ids_base = (GLuint *) 0; local
4681 GLuint *ids_base = (GLuint *) 0; local
    [all...]
android_opengl_GLES31Ext.cpp 458 GLuint *ids_base = (GLuint *) 0; local
475 ids_base = (GLuint *)
477 ids = ids_base + offset;
489 if (ids_base) {
490 _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base,
    [all...]
android_opengl_GLES32.cpp 480 GLuint *ids_base = (GLuint *) 0; local
503 ids_base = (GLuint *)
505 ids = ids_base + offset;
517 if (ids_base) {
518 _env->ReleaseIntArrayElements(ids_ref, (jint*)ids_base,
    [all...]

Completed in 4222 milliseconds