Lines Matching defs:ogles_context_t
147 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument
149 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b() argument
153 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() argument
157 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x() argument
160 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f() argument
164 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b() argument
169 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() argument
174 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x() argument
177 static void fetch3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch3f() argument
182 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b() argument
188 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s() argument
194 static void fetch4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch4x() argument
197 static void fetch4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch4f() argument
203 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand4ub() argument
209 static void fetchClamp4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp4x() argument
215 static void fetchClamp4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp4f() argument
221 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand3ub() argument
227 static void fetchClamp3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp3x() argument
233 static void fetchClamp3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp3f() argument
239 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetchExpand3b() argument
244 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetchExpand3s() argument