Lines Matching refs:ogles_context_t
65 void ogles_init_matrix(ogles_context_t* c) in ogles_init_matrix()
87 void ogles_uninit_matrix(ogles_context_t* c) in ogles_uninit_matrix()
95 static void validate_perspective(ogles_context_t* c, vertex_t* v) in validate_perspective()
112 void ogles_invalidate_perspective(ogles_context_t* c) in ogles_invalidate_perspective()
117 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want) in ogles_validate_transform_impl()
630 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y) in ogles_surfaceport()
650 void ogles_scissor(ogles_context_t* c, in ogles_scissor()
669 void ogles_viewport(ogles_context_t* c, in ogles_viewport()
803 ogles_context_t* c) in frustumf()
845 ogles_context_t* c) in orthof()
880 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef()
900 ogles_context_t* c = ogles_context_t::get(); in glMatrixMode()
922 ogles_context_t* c = ogles_context_t::get(); in glLoadIdentity()
930 ogles_context_t* c = ogles_context_t::get(); in glLoadMatrixf()
937 ogles_context_t* c = ogles_context_t::get(); in glLoadMatrixx()
945 ogles_context_t* c = ogles_context_t::get(); in glMultMatrixf()
954 ogles_context_t* c = ogles_context_t::get(); in glMultMatrixx()
963 ogles_context_t* c = ogles_context_t::get(); in glPopMatrix()
974 ogles_context_t* c = ogles_context_t::get(); in glPushMatrix()
988 ogles_context_t* c = ogles_context_t::get(); in glFrustumf()
997 ogles_context_t* c = ogles_context_t::get(); in glFrustumx()
1009 ogles_context_t* c = ogles_context_t::get(); in glOrthof()
1018 ogles_context_t* c = ogles_context_t::get(); in glOrthox()
1027 ogles_context_t* c = ogles_context_t::get(); in glRotatef()
1034 ogles_context_t* c = ogles_context_t::get(); in glRotatex()
1043 ogles_context_t* c = ogles_context_t::get(); in glScalef()
1050 ogles_context_t* c = ogles_context_t::get(); in glScalex()
1058 ogles_context_t* c = ogles_context_t::get(); in glTranslatef()
1065 ogles_context_t* c = ogles_context_t::get(); in glTranslatex()
1073 ogles_context_t* c = ogles_context_t::get(); in glScissor()
1079 ogles_context_t* c = ogles_context_t::get(); in glViewport()
1085 ogles_context_t* c = ogles_context_t::get(); in glDepthRangef()
1091 ogles_context_t* c = ogles_context_t::get(); in glDepthRangex()
1097 ogles_context_t* c = ogles_context_t::get(); in glPolygonOffsetx()
1104 ogles_context_t* c = ogles_context_t::get(); in glPolygonOffset()
1111 ogles_context_t* c = ogles_context_t::get(); in glQueryMatrixxOES()