• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ogles_context_t

66 void ogles_init_matrix(ogles_context_t* c)  in ogles_init_matrix()
88 void ogles_uninit_matrix(ogles_context_t* c) in ogles_uninit_matrix()
96 static void validate_perspective(ogles_context_t* c, vertex_t* v) in validate_perspective()
113 void ogles_invalidate_perspective(ogles_context_t* c) in ogles_invalidate_perspective()
118 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want) in ogles_validate_transform_impl()
641 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y) in ogles_surfaceport()
661 void ogles_scissor(ogles_context_t* c, in ogles_scissor()
680 void ogles_viewport(ogles_context_t* c, in ogles_viewport()
814 ogles_context_t* c) in frustumf()
856 ogles_context_t* c) in orthof()
891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef()
911 ogles_context_t* c = ogles_context_t::get(); in glMatrixMode()
933 ogles_context_t* c = ogles_context_t::get(); in glLoadIdentity()
941 ogles_context_t* c = ogles_context_t::get(); in glLoadMatrixf()
948 ogles_context_t* c = ogles_context_t::get(); in glLoadMatrixx()
956 ogles_context_t* c = ogles_context_t::get(); in glMultMatrixf()
965 ogles_context_t* c = ogles_context_t::get(); in glMultMatrixx()
974 ogles_context_t* c = ogles_context_t::get(); in glPopMatrix()
985 ogles_context_t* c = ogles_context_t::get(); in glPushMatrix()
999 ogles_context_t* c = ogles_context_t::get(); in glFrustumf()
1008 ogles_context_t* c = ogles_context_t::get(); in glFrustumx()
1020 ogles_context_t* c = ogles_context_t::get(); in glOrthof()
1029 ogles_context_t* c = ogles_context_t::get(); in glOrthox()
1038 ogles_context_t* c = ogles_context_t::get(); in glRotatef()
1045 ogles_context_t* c = ogles_context_t::get(); in glRotatex()
1054 ogles_context_t* c = ogles_context_t::get(); in glScalef()
1061 ogles_context_t* c = ogles_context_t::get(); in glScalex()
1069 ogles_context_t* c = ogles_context_t::get(); in glTranslatef()
1076 ogles_context_t* c = ogles_context_t::get(); in glTranslatex()
1084 ogles_context_t* c = ogles_context_t::get(); in glScissor()
1090 ogles_context_t* c = ogles_context_t::get(); in glViewport()
1096 ogles_context_t* c = ogles_context_t::get(); in glDepthRangef()
1102 ogles_context_t* c = ogles_context_t::get(); in glDepthRangex()
1108 ogles_context_t* c = ogles_context_t::get(); in glPolygonOffsetx()
1115 ogles_context_t* c = ogles_context_t::get(); in glPolygonOffset()
1122 ogles_context_t* c = ogles_context_t::get(); in glQueryMatrixxOES()