Searched refs:_uniformIndicesBufferOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3905 jint _uniformIndicesBufferOffset = (jint) 0; local
3919 uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, (jarray*)&_uniformIndicesArray, &_uniformIndicesRemaining, &_uniformIndicesBufferOffset);
3929 uniformIndices = (GLuint *) (_uniformIndicesBase + _uniformIndicesBufferOffset);

Completed in 51 milliseconds