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

  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 766 char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
767 ids = (GLuint *) (_idsBase + _bufferOffset);
832 char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
833 ids = (GLuint *) (_idsBase + _bufferOffset);
    [all...]
android_opengl_GLES31Ext.cpp 509 char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
510 ids = (GLuint *) (_idsBase + _bufferOffset);
    [all...]
android_opengl_GLES32.cpp 546 char * _idsBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
547 ids = (GLuint *) (_idsBase + _bufferOffset);
    [all...]

Completed in 4077 milliseconds