Searched defs:_texturesBase (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp845 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
846 textures = (GLuint *) (_texturesBase + _bufferOffset);
1366 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
1367 textures = (GLuint *) (_texturesBase + _bufferOffset);
H A Dandroid_opengl_GLES20.cpp1277 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
1278 textures = (GLuint *) (_texturesBase + _bufferOffset);
1850 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
1851 textures = (GLuint *) (_texturesBase + _bufferOffset);
H A Dcom_google_android_gles_jni_GLImpl.cpp654 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
655 textures = (GLuint *) (_texturesBase + _bufferOffset);
1231 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); local
1232 textures = (GLuint *) (_texturesBase + _bufferOffset);

Completed in 102 milliseconds