Home
last modified time | relevance | path

Searched refs:GL_POLYGON (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c72 static uint32_t hw_prim[GL_POLYGON + 1] = {
85 static const GLenum reduced_prim[GL_POLYGON + 1] = {
98 static const int scale_prim[GL_POLYGON + 1] = {
Dintel_tris.c675 static const GLuint hw_prim[GL_POLYGON + 1] = {
905 tnl->Driver.Render.PrimTabElts[GL_POLYGON] (ctx, 0, n, in intelRenderClippedPoly()
912 if (prim != GL_POLYGON) in intelRenderClippedPoly()
1033 static const GLenum reduced_prim[GL_POLYGON + 1] = {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h216 case GL_POLYGON: in nvgl_primitive()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c55 static GLuint prim_to_hw_prim[GL_POLYGON+1] = {
69 static const GLenum reduced_prim[GL_POLYGON+1] = {
364 case GL_POLYGON: in verts_per_prim()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c126 case GL_POLYGON: in count_tessellated_primitives()
Dvbo_exec_draw.c114 case GL_POLYGON: in vbo_copy_vertices()
Dvbo_split_copy.c368 case GL_POLYGON: in replay_elts()
Dvbo_save_api.c149 case GL_POLYGON: in _save_copy_vertices()
1480 ctx->Driver.CurrentSavePrimitive <= GL_POLYGON) in vbo_save_SaveFlushVertices()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp.h390 INIT(GL_POLYGON); in TAG()
662 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
981 ELT_INIT( GL_POLYGON ); in TAG()
1152 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
1217 case GL_POLYGON: in TAG()
Dt_dd_dmatmp2.h409 EMIT_PRIM( ctx, GL_POLYGON, HW_POLYGON, start, count ); in TAG()
522 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
790 ELT_INIT( GL_POLYGON, HW_POLYGON ); in TAG()
913 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
Dt_dd_unfilled.h74 if (RENDER_PRIMITIVE == GL_POLYGON) { in TAG()
/external/mesa3d/src/mesa/tnl/
Dt_vb_render.c245 tnl->Driver.Render.PrimTabElts[GL_POLYGON]( ctx, 0, n, PRIM_BEGIN|PRIM_END ); in _tnl_RenderClippedPolygon()
313 assert((prim & PRIM_MODE_MASK) <= GL_POLYGON); in run_render()
Dt_vb_rendertmp.h298 INIT(GL_POLYGON); in TAG()
447 RENDER_TAB_QUALIFIER void (*TAG(render_tab)[GL_POLYGON+2])(struct gl_context *,
/external/mesa3d/docs/
DREADME.MITS47 running Quake because it uses GL_POLYGON and there is only one
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c74 if (swsetup->render_prim == GL_POLYGON) { in _swsetup_edge_render_line_tri()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c358 static const GLuint hw_prim[GL_POLYGON+1] = {
467 static const GLuint reduced_hw_prim[GL_POLYGON+1] = {
Dradeon_tcl.c268 if (prim == GL_POLYGON && ctx->Light.ShadeModel == GL_FLAT) in radeonTclPrimitive()
/external/mesa3d/src/mesa/main/
Dapi_validate.c227 case GL_POLYGON: in _mesa_valid_prim_mode()
Dmtypes.h86 #define PRIM_OUTSIDE_BEGIN_END (GL_POLYGON+1)
87 #define PRIM_INSIDE_UNKNOWN_PRIM (GL_POLYGON+2)
88 #define PRIM_UNKNOWN (GL_POLYGON+3)
Ddlist.c136 if (ctx->Driver.CurrentSavePrimitive <= GL_POLYGON || \
151 if (ctx->Driver.CurrentSavePrimitive <= GL_POLYGON || \
5883 if (mode > GL_POLYGON) { in save_Begin()
/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h65 INIT_SPAN(span, GL_POLYGON);
Ds_span.c1151 span->primitive == GL_POLYGON || in _swrast_write_rgba_span()
1195 if (ctx->Polygon.StippleFlag && span->primitive == GL_POLYGON) { in _swrast_write_rgba_span()
Ds_tritemp.h146 INIT_SPAN(span, GL_POLYGON); in NAME()
/external/mesa3d/src/glx/
Dindirect_vertex_array.c890 case GL_POLYGON: in validate_mode()
/external/mesa3d/include/GL/
Dgl.h198 #define GL_POLYGON 0x0009 macro

12