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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4683 GLuint *samplers_base = (GLuint *) 0; local
4700 samplers_base = (GLuint *)
4702 samplers = samplers_base + offset;
4710 if (samplers_base) {
4711 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base,
4763 GLuint *samplers_base = (GLuint *) 0; local
4780 samplers_base = (GLuint *)
4782 samplers = samplers_base + offset;
4790 if (samplers_base) {
4791 _env->ReleaseIntArrayElements(samplers_ref, (jint*)samplers_base,
[all...]

Completed in 86 milliseconds