Searched defs:MVP (Results 1 – 4 of 4) sorted by relevance
94 glm::mat4 View = glm::rotate(ViewRotateX, Rotate.x, glm::vec3(0.0f, 1.0f, 0.0f)); in func()
248 void dumpMatrix(const char *note, mat4x4 MVP) { in dumpMatrix()753 mat4x4 MVP, Model, VP; in demo_update_data_buffer() local1460 mat4x4 MVP, VP; in demo_prepare_cube_data_buffer() local
1444 mat4x4 MVP; in prepare_cube_data_buffer() local2192 mat4x4 MVP; in update_data_buffer() local
416 glm::mat4 MVP = Projection * View * Model; in VKTriangleTest() local