HomeSort by relevance Sort by last modified time
    Searched refs:_indicesBase (Results 1 - 8 of 8) 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);
glDrawElementsInstancedBaseVertex.cpp 21 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
22 indices = (void *) (_indicesBase + _bufferOffset);
glGetUniformIndices.cpp 92 char* _indicesBase = NULL;
124 _indicesBase = (char*)_env->GetIntArrayElements(
126 _indices = (GLuint*)(_indicesBase + _uniformIndicesOffset);
140 _env, _uniformIndicesArray, (jint*)_indicesBase, JNI_TRUE);
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 887 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
888 indices = (void *) (_indicesBase + _bufferOffset);
933 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
934 indices = (void *) (_indicesBase + _bufferOffset);
    [all...]
android_opengl_GLES30.cpp 486 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
487 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]
android_opengl_GLES10.cpp 954 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
955 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]
android_opengl_GLES20.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp 763 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
764 indices = (GLvoid *) (_indicesBase + _bufferOffset);
    [all...]

Completed in 4869 milliseconds