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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4812 GLenum *attachments_base = (GLenum *) 0; local
4829 attachments_base = (GLenum *)
4831 attachments = attachments_base + offset;
4840 if (attachments_base) {
4841 _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_base,
4880 GLenum *attachments_base = (GLenum *) 0; local
4897 attachments_base = (GLenum *)
4899 attachments = attachments_base + offset;
4912 if (attachments_base) {
4913 _env->ReleasePrimitiveArrayCritical(attachments_ref, attachments_base,
[all...]

Completed in 20 milliseconds