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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp913 GLuint *pipelines_base = (GLuint *) 0; local
930 pipelines_base = (GLuint *)
932 pipelines = pipelines_base + offset;
940 if (pipelines_base) {
941 _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base,
979 GLuint *pipelines_base = (GLuint *) 0; local
996 pipelines_base = (GLuint *)
998 pipelines = pipelines_base + offset;
1006 if (pipelines_base) {
1007 _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base,
[all...]

Completed in 445 milliseconds