Lines Matching refs:v

910 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v)  in s_glUniform1fv()  argument
914 ctx->m_glUniform1fv_enc(self, hostLoc, count, v); in s_glUniform1fv()
936 void GL2Encoder::s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform1iv() argument
940 ctx->m_glUniform1iv_enc(self, hostLoc, count, v); in s_glUniform1iv()
950 void GL2Encoder::s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform2fv() argument
954 ctx->m_glUniform2fv_enc(self, hostLoc, count, v); in s_glUniform2fv()
964 void GL2Encoder::s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform2iv() argument
968 ctx->m_glUniform2iv_enc(self, hostLoc, count, v); in s_glUniform2iv()
978 void GL2Encoder::s_glUniform3fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform3fv() argument
982 ctx->m_glUniform3fv_enc(self, hostLoc, count, v); in s_glUniform3fv()
992 void GL2Encoder::s_glUniform3iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform3iv() argument
996 ctx->m_glUniform3iv_enc(self, hostLoc, count, v); in s_glUniform3iv()
1006 void GL2Encoder::s_glUniform4fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform4fv() argument
1010 ctx->m_glUniform4fv_enc(self, hostLoc, count, v); in s_glUniform4fv()
1020 void GL2Encoder::s_glUniform4iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform4iv() argument
1024 ctx->m_glUniform4iv_enc(self, hostLoc, count, v); in s_glUniform4iv()