OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLAMOR_VERTEX_SOURCE
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_rects.c
89
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
90
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 1);
91
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2, GL_UNSIGNED_SHORT, GL_FALSE,
167
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 0);
168
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
glamor_text.c
129
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
130
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 1);
131
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2, GL_SHORT, GL_FALSE,
215
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 0);
216
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
glamor_composite_glyphs.c
320
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 0);
323
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
345
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
346
glVertexAttribDivisor(
GLAMOR_VERTEX_SOURCE
, 1);
347
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2, GL_SHORT, GL_FALSE,
356
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
357
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2, GL_SHORT, GL_FALSE,
glamor_gradient.c
354
glBindAttribLocation(gradient_prog,
GLAMOR_VERTEX_SOURCE
, "v_texcoord");
539
glBindAttribLocation(gradient_prog,
GLAMOR_VERTEX_SOURCE
, "v_texcoord");
727
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2, GL_FLOAT,
731
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
1103
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
1120
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
1447
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
1464
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
glamor_xv.c
541
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
578
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2,
609
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
glamor_render.c
413
glBindAttribLocation(prog,
GLAMOR_VERTEX_SOURCE
, "v_texcoord0");
693
glVertexAttribPointer(
GLAMOR_VERTEX_SOURCE
, 2,
697
glEnableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
1371
glDisableVertexAttribArray(
GLAMOR_VERTEX_SOURCE
);
glamor_priv.h
162
GLAMOR_VERTEX_SOURCE
,
glamor_program.c
370
ErrorF("Bind
GLAMOR_VERTEX_SOURCE
to %s\n", prim->source_name);
372
glBindAttribLocation(prog->prog,
GLAMOR_VERTEX_SOURCE
, prim->source_name);
Completed in 9 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026