• Home
  • Raw
  • Download

Lines Matching defs:p

152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) {  in fetch2b()
156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s()
160 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x()
163 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f()
167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b()
172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s()
177 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x()
180 static void fetch3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch3f()
185 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b()
191 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s()
197 static void fetch4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch4x()
200 static void fetch4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch4f()
206 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand4ub()
212 static void fetchClamp4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp4x()
218 static void fetchClamp4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp4f()
224 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand3ub()
230 static void fetchClamp3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp3x()
236 static void fetchClamp3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp3f()
242 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetchExpand3b()
247 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetchExpand3s()
746 static inline unsigned int read_index(int type, const GLvoid*& p) { in read_index()
911 uint16_t const * p = (uint16_t const *)indices; in drawIndexedPrimitivesTriangles() local
925 uint8_t const * p = (uint8_t const *)indices; in drawIndexedPrimitivesTriangles() local
1027 GLfixed t, const vec4_t& s, const vec4_t& p) in clipVec4()
1034 GLfixed t, const vertex_t* s, const vertex_t* p) in clipVertex()
1044 GLfixed t, const vertex_t* s, const vertex_t* p) in clipVertexC()
1051 GLfixed t, const vertex_t* s, const vertex_t* p) in clipVertexT()
1061 GLfixed t, const vertex_t* s, const vertex_t* p) in clipVertexAll()
1068 GLfixed t, const vertex_t* s, const vertex_t* p) in clipEye()