HomeSort by relevance Sort by last modified time
    Searched refs:coords_base (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 200 GLshort *coords_base = (GLshort *) 0; local
217 coords_base = (GLshort *)
219 coords = coords_base + offset;
226 if (coords_base) {
227 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
259 GLint *coords_base = (GLint *) 0; local
276 coords_base = (GLint *)
278 coords = coords_base + offset;
285 if (coords_base) {
286 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
318 GLfixed *coords_base = (GLfixed *) 0; local
390 GLfloat *coords_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 5845 GLfloat *coords_base = (GLfloat *) 0; local
5917 GLint *coords_base = (GLint *) 0; local
5989 GLshort *coords_base = (GLshort *) 0; local
6061 GLfixed *coords_base = (GLfixed *) 0; local
    [all...]

Completed in 256 milliseconds