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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp1032 GLuint *pipelines_base = (GLuint *) 0; local
1049 pipelines_base = (GLuint *)
1051 pipelines = pipelines_base + offset;
1059 if (pipelines_base) {
1060 _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base,
1112 GLuint *pipelines_base = (GLuint *) 0; local
1129 pipelines_base = (GLuint *)
1131 pipelines = pipelines_base + offset;
1139 if (pipelines_base) {
1140 _env->ReleaseIntArrayElements(pipelines_ref, (jint*)pipelines_base,
[all...]

Completed in 73 milliseconds