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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4148 GLuint *samplers_base = (GLuint *) 0; local
4165 samplers_base = (GLuint *)
4167 samplers = samplers_base + offset;
4175 if (samplers_base) {
4176 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base,
4214 GLuint *samplers_base = (GLuint *) 0; local
4231 samplers_base = (GLuint *)
4233 samplers = samplers_base + offset;
4241 if (samplers_base) {
4242 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base,
[all...]

Completed in 83 milliseconds