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 667 char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
668 textures = (GLuint *) (_texturesBase + _bufferOffset);
    [all...]
android_opengl_GLES20.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 608 char * _texturesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
609 textures = (GLuint *) (_texturesBase + _bufferOffset);
    [all...]

Completed in 451 milliseconds