Lines Matching refs:values
773 const GLvoid *values, GLenum type)
790 program->ValuesUniform[start][0] = *(float *)values;
832 memcpy(program->ValuesUniform + start + i, values, elems * sizeof(float));
838 GLint location, GLsizei count, GLboolean transpose, const GLfloat *values)
852 column[j] = values[i * 4 + j];
862 // LOGD("pf2: GGLShaderUniformMatrix %.2f \t %.2f \t %.2f \t %.2f \n", values[i * 4 + 0],
863 // values[i * 4 + 1], values[i * 4 + 2], values[i * 4 + 3]);