Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dindirect_vertex_array.h34 extern void __glXArrayDisableAll(__GLXattribute * state);
36 extern GLboolean __glXSetArrayEnable(__GLXattribute * state,
40 extern GLboolean __glXGetArrayEnable(const __GLXattribute * const state,
43 extern GLboolean __glXGetArraySize(const __GLXattribute * const state,
46 extern GLboolean __glXGetArrayType(const __GLXattribute * const state,
49 extern GLboolean __glXGetArrayStride(const __GLXattribute * const state,
52 extern GLboolean __glXGetArrayPointer(const __GLXattribute * const state,
55 extern GLboolean __glXGetArrayNormalized(const __GLXattribute * const state,
59 extern void __glXPushArrayState(__GLXattribute * state);
60 extern void __glXPopArrayState(__GLXattribute * state);
[all …]
Dclientattrib.c43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in do_enable_disable()
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glPushClientAttrib()
74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPushClientAttrib()
78 sp = malloc(sizeof(__GLXattribute)); in __indirect_glPushClientAttrib()
105 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glPopClientAttrib()
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPopClientAttrib()
136 __GLXattribute *sp, **spp; in __glFreeAttributeState()
Dindirect_vertex_array.c114 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __glXFreeVertexArrayState()
142 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __glXInitVertexArrayState()
528 const __GLXattribute *state = in emit_DrawArrays_none()
529 (const __GLXattribute *) (gc->client_state_private); in emit_DrawArrays_none()
699 const __GLXattribute *state = in emit_DrawArrays_old()
700 (const __GLXattribute *) (gc->client_state_private); in emit_DrawArrays_old()
761 const __GLXattribute *state = in emit_DrawElements_none()
762 (const __GLXattribute *) (gc->client_state_private); in emit_DrawElements_none()
828 const __GLXattribute *state = in emit_DrawElements_old()
829 (const __GLXattribute *) (gc->client_state_private); in emit_DrawElements_old()
[all …]
Dindirect_vertex_program.c41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in do_vertex_attrib_enable()
126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetVertexAttribPointerv()
146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap, in get_attrib_array_data()
200 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetVertexAttribiv()
234 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetVertexAttribfv()
268 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetVertexAttribdv()
Dsingle2.c158 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in get_client_data()
796 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glIsEnabled()
837 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetPointerv()
Dpixel.c86 const __GLXattribute *state = gc->client_state_private; in FillBitmap()
168 const __GLXattribute *state = gc->client_state_private; in __glFillImage()
274 const __GLXattribute *state = gc->client_state_private; in EmptyBitmap()
395 const __GLXattribute *state = gc->client_state_private; in __glEmptyImage()
Dvertarr.c106 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glInterleavedArrays()
Dsinglepix.c41 const __GLXattribute *state; in __indirect_glGetSeparableFilter()
132 const __GLXattribute *const state = gc->client_state_private; in gl_dispatch_stub_GetSeparableFilterEXT()
Dpixelstore.c72 __GLXattribute *state = gc->client_state_private; in __indirect_glPixelStoref()
222 __GLXattribute *state = gc->client_state_private; in __indirect_glPixelStorei()
Dglxclient.h217 } __GLXattribute; typedef
221 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH];
222 __GLXattribute **stackPointer;
Dglxcurrent.c259 __GLXattribute *state = gc->client_state_private; in MakeContextCurrent()
Dindirect_glx.c348 __GLXattribute *state; in indirect_create_context()