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

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsInstanced.cpp 12 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
13 indices = (GLvoid *) (_indicesBase + _bufferOffset);
glGetUniformIndices.cpp 92 char* _indicesBase = NULL;
124 _indicesBase = (char*)_env->GetPrimitiveArrayCritical(
126 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
139 releasePointer(_env, _uniformIndicesArray, _indicesBase, JNI_TRUE);
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 346 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
347 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]
android_opengl_GLES10.cpp 771 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
772 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]
android_opengl_GLES20.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 712 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
713 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]

Completed in 45 milliseconds