HomeSort by relevance Sort by last modified time
    Searched refs:GL_POLYGON (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 72 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] = {
intel_tris.c 675 static const GLuint hw_prim[GL_POLYGON + 1] = {
905 tnl->Driver.Render.PrimTabElts[GL_POLYGON] (ctx, 0, n,
912 if (prim != GL_POLYGON)
1033 static const GLenum reduced_prim[GL_POLYGON + 1] = {
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 126 case GL_POLYGON:
vbo_exec_draw.c 114 case GL_POLYGON:
vbo_split_copy.c 368 case GL_POLYGON:
vbo_save_api.c 149 case GL_POLYGON:
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_enums.py 128 "GL_POLYGON",
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 216 case GL_POLYGON:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 55 static GLuint prim_to_hw_prim[GL_POLYGON+1] = {
69 static const GLenum reduced_prim[GL_POLYGON+1] = {
364 case GL_POLYGON:
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 74 if (RENDER_PRIMITIVE == GL_POLYGON) {
t_dd_dmatmp.h 390 INIT(GL_POLYGON);
662 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
981 ELT_INIT( GL_POLYGON );
1152 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
1217 case GL_POLYGON:
t_dd_dmatmp2.h 409 EMIT_PRIM( ctx, GL_POLYGON, HW_POLYGON, start, count );
522 static tnl_render_func TAG(render_tab_verts)[GL_POLYGON+2] =
790 ELT_INIT( GL_POLYGON, HW_POLYGON );
913 static tnl_render_func TAG(render_tab_elts)[GL_POLYGON+2] =
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 245 tnl->Driver.Render.PrimTabElts[GL_POLYGON]( ctx, 0, n, PRIM_BEGIN|PRIM_END );
313 assert((prim & PRIM_MODE_MASK) <= GL_POLYGON);
t_vb_rendertmp.h 298 INIT(GL_POLYGON);
447 RENDER_TAB_QUALIFIER void (*TAG(render_tab)[GL_POLYGON+2])(struct gl_context *,
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 74 if (swsetup->render_prim == GL_POLYGON) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 268 if (prim == GL_POLYGON && ctx->Light.ShadeModel == GL_FLAT)
radeon_swtcl.c 358 static const GLuint hw_prim[GL_POLYGON+1] = {
467 static const GLuint reduced_hw_prim[GL_POLYGON+1] = {
  /external/mesa3d/src/mesa/main/
api_validate.c 227 case GL_POLYGON:
mtypes.h 86 #define PRIM_OUTSIDE_BEGIN_END (GL_POLYGON+1)
87 #define PRIM_INSIDE_UNKNOWN_PRIM (GL_POLYGON+2)
88 #define PRIM_UNKNOWN (GL_POLYGON+3)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 65 INIT_SPAN(span, GL_POLYGON);
s_span.c     [all...]
s_tritemp.h 146 INIT_SPAN(span, GL_POLYGON);
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 890 case GL_POLYGON:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 86 #define GL_POLYGON 0x0009
    [all...]
  /external/mesa3d/include/GL/
gl.h 198 #define GL_POLYGON 0x0009
    [all...]

Completed in 827 milliseconds

1 2