HomeSort by relevance Sort by last modified time
    Searched refs:__GLXattribute (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/glx/
indirect_vertex_array.h 34 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...]
clientattrib.c 43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
74 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
78 sp = malloc(sizeof(__GLXattribute));
105 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
136 __GLXattribute *sp, **spp
    [all...]
indirect_vertex_program.c 41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap,
200 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
234 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
268 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private)
    [all...]
indirect_vertex_array.c 114 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
142 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
528 const __GLXattribute *state =
529 (const __GLXattribute *) (gc->client_state_private);
699 const __GLXattribute *state =
700 (const __GLXattribute *) (gc->client_state_private);
761 const __GLXattribute *state =
762 (const __GLXattribute *) (gc->client_state_private)
    [all...]
singlepix.c 41 const __GLXattribute *state;
132 const __GLXattribute *const state = gc->client_state_private;
vertarr.c 106 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
single2.c 158 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
796 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
837 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
pixelstore.c 72 __GLXattribute *state = gc->client_state_private;
222 __GLXattribute *state = gc->client_state_private;
glxclient.h 217 } __GLXattribute;
221 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH];
222 __GLXattribute **stackPointer;
glxcurrent.c 245 __GLXattribute *state = gc->client_state_private;
pixel.c 86 const __GLXattribute *state = gc->client_state_private;
168 const __GLXattribute *state = gc->client_state_private;
274 const __GLXattribute *state = gc->client_state_private;
395 const __GLXattribute *state = gc->client_state_private;
indirect_glx.c 350 __GLXattribute *state;

Completed in 725 milliseconds