Searched refs:__GLXattribute (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/glx/ |
D | 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 …]
|
D | clientattrib.c | 43 __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()
|
D | indirect_vertex_array.c | 114 __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 …]
|
D | indirect_vertex_program.c | 41 __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()
|
D | single2.c | 158 __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()
|
D | pixel.c | 86 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()
|
D | vertarr.c | 106 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glInterleavedArrays()
|
D | singlepix.c | 41 const __GLXattribute *state; in __indirect_glGetSeparableFilter() 132 const __GLXattribute *const state = gc->client_state_private; in gl_dispatch_stub_GetSeparableFilterEXT()
|
D | pixelstore.c | 72 __GLXattribute *state = gc->client_state_private; in __indirect_glPixelStoref() 222 __GLXattribute *state = gc->client_state_private; in __indirect_glPixelStorei()
|
D | glxclient.h | 217 } __GLXattribute; typedef 221 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; 222 __GLXattribute **stackPointer;
|
D | glxcurrent.c | 245 __GLXattribute *state = gc->client_state_private; in MakeContextCurrent()
|
D | indirect_glx.c | 350 __GLXattribute *state; in indirect_create_context()
|