Searched defs:ogles_context_t (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | array.cpp | 150 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) { in fetchNop() argument 152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b() argument 156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() argument 160 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x() argument 163 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f() argument 167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b() argument 172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() argument 177 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x() argument 180 static void fetch3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch3f() argument 185 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b() argument [all …]
|
D | context.h | 609 struct ogles_context_t { struct 610 context_t rasterizer; 611 array_machine_t arrays __attribute__((aligned(32))); 635 static inline ogles_context_t* get() { in get() argument
|
D | vertex.cpp | 44 void ogles_uninit_vertex(ogles_context_t* /*c*/) in ogles_uninit_vertex() argument
|
D | light.cpp | 108 void ogles_uninit_light(ogles_context_t* /*c*/) in ogles_uninit_light() argument 288 void lightVertexNop(ogles_context_t*, vertex_t* /*v*/) in lightVertexNop() argument
|
D | primitives.cpp | 456 void primitive_nop_point(ogles_context_t*, vertex_t*) { in primitive_nop_point() argument 529 void primitive_nop_line(ogles_context_t*, vertex_t*, vertex_t*) { in primitive_nop_line() argument 570 void primitive_nop_triangle(ogles_context_t* /*c*/, in primitive_nop_triangle() argument
|