Searched refs:GL_POINT (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_clip_state.c | 42 if (brw->ctx.Polygon.FrontMode == GL_POINT || in brw_is_drawing_points() 43 brw->ctx.Polygon.BackMode == GL_POINT) { in brw_is_drawing_points()
|
D | brw_clip.c | 144 case GL_POINT: in brw_upload_clip_prog() 162 case GL_POINT: in brw_upload_clip_prog()
|
D | genX_state_upload.c | 1558 case GL_POINT: 1572 case GL_POINT: 4378 case GL_POINT: 4392 case GL_POINT:
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 259 if (mode == GL_POINT) { in TAG() 267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 ); in TAG() 270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 ); in TAG() 496 if (mode == GL_POINT) { in TAG() 505 UNFILLED_QUAD( ctx, GL_POINT, e0, e1, e2, e3 ); in TAG() 508 UNFILLED_QUAD( ctx, GL_POINT, e0, e1, e2, e3 ); in TAG()
|
D | t_dd_unfilled.h | 66 if (mode == GL_POINT) { in TAG() 134 if (mode == GL_POINT) { in TAG()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 158 case GL_POINT: in nvgl_polygon_mode()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 103 INIT_SPAN(span, GL_POINT); in sprite_point() 275 INIT_SPAN(span, GL_POINT); in smooth_point() 380 INIT_SPAN(span, GL_POINT); in large_point()
|
D | s_span.c | 990 if (span->primitive != GL_POINT || in shade_texture_span() 1152 assert(span->primitive == GL_POINT || in _swrast_write_rgba_span()
|
D | s_context.c | 795 swrast->PointSpan.primitive = GL_POINT; in _swrast_CreateContext()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 49 case GL_POINT: in translate_fill()
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 167 case GL_POINT: in polygon_mode()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 156 if (mode == GL_POINT) { in TAG()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 522 case GL_POINT: in vbo_exec_EvalMesh1() 557 case GL_POINT: in vbo_exec_EvalMesh2() 577 case GL_POINT: in vbo_exec_EvalMesh2()
|
/external/mesa3d/include/GL/ |
D | gl.h | 236 #define GL_POINT 0x1B00 macro
|
D | glcorearb.h | 241 #define GL_POINT 0x1B00 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 243 #define GL_POINT 0x1B00 macro
|
/external/mesa3d/docs/ |
D | VERSIONS | 1068 - GL_POINT and GL_LINE-mode polygons didn't obey cull state
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4482 return GL_POINT; in translate_fill()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 241 #define GL_POINT 0x1B00 macro
|