Searched refs:DrawArrays (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array_priv.h295 void (*DrawArrays) (GLenum, GLint, GLsizei); member in struct:array_state_vector
H A Dindirect_vertex_array.c45 * in the DrawArrays protocol. Certain operations, such as enabling or
48 * other factors to determine what "version" of DrawArrays protocoal can be
51 * Current, only two versions of DrawArrays protocol are implemented. The
55 * DrawArrays protocol.
58 * This is the GL 1.1 DrawArrays protocol. The only difference between GL
59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
163 arrays->DrawArrays = NULL;
331 * Emit a single element using non-DrawArrays protocol.
397 * Emit a single element using "old" DrawArrays protocol from
505 arrays->DrawArrays
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array_priv.h295 void (*DrawArrays) (GLenum, GLint, GLsizei); member in struct:array_state_vector
H A Dindirect_vertex_array.c47 * in the DrawArrays protocol. Certain operations, such as enabling or
50 * other factors to determine what "version" of DrawArrays protocoal can be
53 * Current, only two versions of DrawArrays protocol are implemented. The
57 * DrawArrays protocol.
60 * This is the GL 1.1 DrawArrays protocol. The only difference between GL
61 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
165 arrays->DrawArrays = NULL;
333 * Emit a single element using non-DrawArrays protocol.
399 * Emit a single element using "old" DrawArrays protocol from
507 arrays->DrawArrays
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.7.rst67 - vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
H A D10.4.2.rst83 - vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
H A D21.0.0.rst2253 - mesa: switch (Multi)DrawArrays to DrawGallium
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h360 void (GLAPIENTRY * DrawArrays)(GLenum, GLint, GLsizei);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp874 { "glDrawArrays", _O(DrawArrays) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp874 { "glDrawArrays", _O(DrawArrays) },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c2279 if(!disp->DrawArrays) {
2281 procp = (void **) &disp->DrawArrays;
2286 if(!disp->DrawArrays) {
2288 procp = (void **) &disp->DrawArrays;
H A Dglapitable.h353 void (GLAPIENTRYP DrawArrays)(GLenum mode, GLint first, GLsizei count); /* 310 */
H A Ddispatch.h990 #define CALL_DrawArrays(disp, parameters) (*((disp)->DrawArrays)) parameters
991 #define GET_DrawArrays(disp) ((disp)->DrawArrays)
992 #define SET_DrawArrays(disp, fn) ((disp)->DrawArrays = fn)
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst21 if set to ``true``, do not use DrawArrays GLX protocol (for
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h486 #define glDrawArrays MANGLE(DrawArrays)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h333 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count);
3503 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
11327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
11331 ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h332 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count);
3502 GLAPI void APIENTRY GLAPI_PREFIX(DrawArrays)(GLenum mode, GLint first, GLsizei count)
11326 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays))"\n"
11330 ".set "GLAPI_PREFIX_STR(DrawArraysEXT)", "GLAPI_PREFIX_STR(DrawArrays)"\n"

Completed in 93 milliseconds