OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BEGIN_PRIMITIVE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c
255
#define
BEGIN_PRIMITIVE
(p, n) \
277
BEGIN_PRIMITIVE
(GL_POINTS, last - first);
290
BEGIN_PRIMITIVE
(GL_LINES, 2);
298
BEGIN_PRIMITIVE
(GL_TRIANGLES, 3);
307
BEGIN_PRIMITIVE
(GL_QUADS, 4);
nv04_render.c
205
#define
BEGIN_PRIMITIVE
(n) \
243
BEGIN_PRIMITIVE
(3);
253
BEGIN_PRIMITIVE
(4);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c
255
#define
BEGIN_PRIMITIVE
(p, n) \
277
BEGIN_PRIMITIVE
(GL_POINTS, last - first);
290
BEGIN_PRIMITIVE
(GL_LINES, 2);
298
BEGIN_PRIMITIVE
(GL_TRIANGLES, 3);
307
BEGIN_PRIMITIVE
(GL_QUADS, 4);
nv04_render.c
205
#define
BEGIN_PRIMITIVE
(n) \
243
BEGIN_PRIMITIVE
(3);
253
BEGIN_PRIMITIVE
(4);
Completed in 55 milliseconds