GLfloat           144 src/runtime/mini_opengl.h typedef void (*PFNGLUNIFORM1FPROC) (GLuint location, GLfloat value);
GLfloat           148 src/runtime/mini_opengl.h typedef void (*PFNGLUNIFORM1FVPROC) (GLint location, GLsizei count, const GLfloat *value);
GLfloat           557 src/runtime/opengl.cpp WEAK GLfloat quad_vertices[] = {
GLfloat          1861 src/runtime/opengl.cpp         global_state.VertexAttribPointer(attrib_id, 4, GL_FLOAT, GL_FALSE /* Normalized */, sizeof(GLfloat)*num_padded_attributes, (void*)(i*sizeof(GLfloat)*4));