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

  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 844 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
845 textures = (GLuint *) (_texturesBase + _bufferOffset);
    [all...]
android_opengl_GLES20.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 653 char * _texturesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0);
654 textures = (GLuint *) (_texturesBase + _bufferOffset);
    [all...]

Completed in 222 milliseconds