Searched defs:_binaryFormatBufferOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5505 jint _binaryFormatBufferOffset = (jint) 0; local
5524 binaryFormat = (GLenum *)getPointer(_env, binaryFormat_buf, (jarray*)&_binaryFormatArray, &_binaryFormatRemaining, &_binaryFormatBufferOffset);
5538 binaryFormat = (GLenum *) (_binaryFormatBase + _binaryFormatBufferOffset);

Completed in 42 milliseconds