Home
last modified time | relevance | path

Searched refs:coords_base (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp523 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
525 coords = coords_base + offset; in android_glDrawTexsvOES___3SI()
532 if (coords_base) { in android_glDrawTexsvOES___3SI()
613 coords_base = (GLint *) in android_glDrawTexivOES___3II()
615 coords = coords_base + offset; in android_glDrawTexivOES___3II()
622 if (coords_base) { in android_glDrawTexivOES___3II()
703 coords_base = (GLfixed *) in android_glDrawTexxvOES___3II()
705 coords = coords_base + offset; in android_glDrawTexxvOES___3II()
712 if (coords_base) { in android_glDrawTexxvOES___3II()
806 coords_base = (GLfloat *) in android_glDrawTexfvOES___3FI()
[all …]
H A Dcom_google_android_gles_jni_GLImpl.cpp7192 coords_base = (GLfloat *) in android_glDrawTexfvOES___3FI()
7194 coords = coords_base + offset; in android_glDrawTexfvOES___3FI()
7201 if (coords_base) { in android_glDrawTexfvOES___3FI()
7295 coords_base = (GLint *) in android_glDrawTexivOES___3II()
7297 coords = coords_base + offset; in android_glDrawTexivOES___3II()
7304 if (coords_base) { in android_glDrawTexivOES___3II()
7398 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
7400 coords = coords_base + offset; in android_glDrawTexsvOES___3SI()
7407 if (coords_base) { in android_glDrawTexsvOES___3SI()
7501 coords_base = (GLfixed *) in android_glDrawTexxvOES___3II()
[all …]