Home | History | Annotate | Download | only in jni

Lines Matching refs:indx

65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
73 glVertexAttribIPointer(indx, size, type, stride, pointer);
5693 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
5696 (JNIEnv *_env, jobject _this, jint indx, jfloat x) {
5698 (GLuint)indx,
5703 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5706 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
5738 (GLuint)indx,
5752 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5755 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) {
5776 (GLuint)indx,
5789 /* void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) */
5792 (JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) {
5794 (GLuint)indx,
5800 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
5803 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
5835 (GLuint)indx,
5849 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
5852 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) {
5873 (GLuint)indx,
5886 /* void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) */
5889 (JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) {
5891 (GLuint)indx,
5898 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
5901 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
5933 (GLuint)indx,
5947 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
5950 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) {
5971 (GLuint)indx,
5984 /* void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */
5987 (JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) {
5989 (GLuint)indx,
5997 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6000 (JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) {
6032 (GLuint)indx,
6046 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6049 (JNIEnv *_env, jobject _this, jint indx, jobject values_buf) {
6070 (GLuint)indx,
6083 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLint offset ) */
6086 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) {
6088 (GLuint)indx,
6097 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) */
6100 (JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) {
6113 (GLuint)indx,