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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp795 GLuint *pipelines_base = (GLuint *) 0; local
812 pipelines_base = (GLuint *)
814 pipelines = pipelines_base + offset;
822 if (pipelines_base) {
823 _env->ReleasePrimitiveArrayCritical(pipelines_ref, pipelines_base,
861 GLuint *pipelines_base = (GLuint *) 0; local
878 pipelines_base = (GLuint *)
880 pipelines = pipelines_base + offset;
888 if (pipelines_base) {
889 _env->ReleasePrimitiveArrayCritical(pipelines_ref, pipelines_base,
[all...]

Completed in 47 milliseconds