Home
last modified time | relevance | path

Searched refs:LINE_STRIP (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dadd.txt3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
Dline.txt3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
Dmulti-line.txt3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_context.h217 NV30_PRIM_GL_CASE(LINE_STRIP); in nv30_prim_gl()
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp481 LINE_STRIP = 0x0003, enumerator
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_push.c189 NV50_PRIM_GL_CASE(LINE_STRIP); in nv50_prim_gl()
Dnv50_vbo.c407 NV50_PRIM_GL_CASE(LINE_STRIP); in nv50_prim_gl()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_push.c278 NVC0_PRIM_GL_CASE(LINE_STRIP); in nvc0_prim_gl()
Dnvc0_vbo_translate.c411 NVC0_PRIM_GL_CASE(LINE_STRIP); in nvc0_prim_gl()
Dnvc0_vbo.c533 NVC0_PRIM_GL_CASE(LINE_STRIP); in nvc0_prim_gl()
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp230 LINE_STRIP = 0x0003, enumerator
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp173 PRIM_CASE(LINESTRIP, LINE_STRIP); in g3dPrim()