Home
last modified time | relevance | path

Searched refs:binaryFormat_ref (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5414 …m, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray binaryFormat_ref, jint binaryF… in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() argument
5442 if (!binaryFormat_ref) { in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2()
5454 _binaryFormatRemaining = _env->GetArrayLength(binaryFormat_ref) - binaryFormatOffset; in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2()
5456 _env->GetIntArrayElements(binaryFormat_ref, (jboolean *)0); in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2()
5483 _env->ReleaseIntArrayElements(binaryFormat_ref, (jint*)binaryFormat_base, in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2()