Lines Matching refs:location

3850 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3853 (JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) {
3880 (GLint)location,
3894 /* void glGetUniformfv ( GLuint program, GLint location, GLfloat *params ) */
3897 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) {
3910 (GLint)location,
3918 /* void glGetUniformiv ( GLuint program, GLint location, GLint *params ) */
3921 (JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) {
3948 (GLint)location,
3962 /* void glGetUniformiv ( GLuint program, GLint location, GLint *params ) */
3965 (JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) {
3978 (GLint)location,
4789 /* void glUniform1f ( GLint location, GLfloat x ) */
4792 (JNIEnv *_env, jobject _this, jint location, jfloat x) {
4794 (GLint)location,
4799 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4802 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
4828 (GLint)location,
4843 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4846 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4858 (GLint)location,
4867 /* void glUniform1i ( GLint location, GLint x ) */
4870 (JNIEnv *_env, jobject _this, jint location, jint x) {
4872 (GLint)location,
4877 /* void glUniform1iv ( GLint location, GLsizei count, const GLint *v ) */
4880 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
4906 (GLint)location,
4921 /* void glUniform1iv ( GLint location, GLsizei count, const GLint *v ) */
4924 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
4936 (GLint)location,
4945 /* void glUniform2f ( GLint location, GLfloat x, GLfloat y ) */
4948 (JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y) {
4950 (GLint)location,
4956 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
4959 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
4985 (GLint)location,
5000 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
5003 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5015 (GLint)location,
5024 /* void glUniform2i ( GLint location, GLint x, GLint y ) */
5027 (JNIEnv *_env, jobject _this, jint location, jint x, jint y) {
5029 (GLint)location,
5035 /* void glUniform2iv ( GLint location, GLsizei count, const GLint *v ) */
5038 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
5064 (GLint)location,
5079 /* void glUniform2iv ( GLint location, GLsizei count, const GLint *v ) */
5082 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5094 (GLint)location,
5103 /* void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z ) */
5106 (JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z) {
5108 (GLint)location,
5115 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5118 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
5144 (GLint)location,
5159 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5162 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5174 (GLint)location,
5183 /* void glUniform3i ( GLint location, GLint x, GLint y, GLint z ) */
5186 (JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z) {
5188 (GLint)location,
5195 /* void glUniform3iv ( GLint location, GLsizei count, const GLint *v ) */
5198 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
5224 (GLint)location,
5239 /* void glUniform3iv ( GLint location, GLsizei count, const GLint *v ) */
5242 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5254 (GLint)location,
5263 /* void glUniform4f ( GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */
5266 (JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z, jfloat w) {
5268 (GLint)location,
5276 /* void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v ) */
5279 (JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) {
5305 (GLint)location,
5320 /* void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v ) */
5323 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5335 (GLint)location,
5344 /* void glUniform4i ( GLint location, GLint x, GLint y, GLint z, GLint w ) */
5347 (JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z, jint w) {
5349 (GLint)location,
5357 /* void glUniform4iv ( GLint location, GLsizei count, const GLint *v ) */
5360 (JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) {
5386 (GLint)location,
5401 /* void glUniform4iv ( GLint location, GLsizei count, const GLint *v ) */
5404 (JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) {
5416 (GLint)location,
5425 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5428 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5454 (GLint)location,
5470 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5473 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) {
5485 (GLint)location,
5495 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5498 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5524 (GLint)location,
5540 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5543 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) {
5555 (GLint)location,
5565 /* void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5568 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5594 (GLint)location,
5610 /* void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5613 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) {
5625 (GLint)location,