HomeSort by relevance Sort by last modified time
    Searched refs:glx_context (Results 1 - 25 of 40) sorted by null

1 2

  /external/mesa3d/src/glx/tests/
fake_glx_screen.cpp 53 extern "C" struct glx_context *
55 struct glx_context *shareList, int renderType)
63 extern "C" struct glx_context *
66 struct glx_context *shareList,
83 struct glx_context dummyContext = {
94 extern "C" struct glx_context *
97 return (struct glx_context *) __glX_tls_Context;
fake_glx_screen.h 67 class fake_glx_context : public glx_context {
95 static void destroy(struct glx_context *gc)
109 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
110 struct glx_context *shareList, int renderType)
118 static glx_context *create_attribs(struct glx_screen *psc,
120 struct glx_context *shareList,
create_context_unittest.cpp 42 glx_context_init(struct glx_context *gc,
237 struct glx_context *glx_ctx = (struct glx_context *) share;
380 struct glx_context *glx_ctx = (struct glx_context *) ctx;
398 struct glx_context *share = (struct glx_context *) first;
399 struct glx_context *ctx = (struct glx_context *) second;
411 struct glx_context *gc = (struct glx_context *) ctx
    [all...]
  /external/mesa3d/src/glx/
applegl_glx.c 46 applegl_destroy_context(struct glx_context *gc)
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
93 applegl_wait_gl(struct glx_context *gc)
99 applegl_wait_x(struct glx_context *gc)
123 struct glx_context *
126 struct glx_context *shareList, int renderType)
128 struct glx_context *gc
    [all...]
glxclient.h 76 struct glx_context;
82 extern void DRI_glXUseXFont(struct glx_context *ctx,
111 struct glx_context *(*createContext)(struct glx_screen *psc,
113 struct glx_context *shareList,
230 void (*destroy)(struct glx_context *ctx);
231 int (*bind)(struct glx_context *context, struct glx_context *old,
233 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
234 void (*wait_gl)(struct glx_context *ctx)
254 struct glx_context struct
    [all...]
dri2_priv.h 61 struct glx_context base;
74 dri2_interop_query_device_info(struct glx_context *ctx,
78 dri2_interop_export_object(struct glx_context *ctx,
dri_common_interop.c 36 dri2_interop_query_device_info(struct glx_context *ctx,
49 dri2_interop_export_object(struct glx_context *ctx,
65 dri3_interop_query_device_info(struct glx_context *ctx,
78 dri3_interop_export_object(struct glx_context *ctx,
glxcurrent.c 55 struct glx_context dummyContext = {
83 __glXSetCurrentContext(struct glx_context * c)
118 __glXSetCurrentContext(struct glx_context * c)
124 _X_HIDDEN struct glx_context *
132 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
151 struct glx_context *cx = __glXGetCurrentContext();
164 struct glx_context *gc = __glXGetCurrentContext();
192 struct glx_context *gc = (struct glx_context *) gc_user;
193 struct glx_context *oldGC = __glXGetCurrentContext()
    [all...]
dri_common.h 59 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
62 driReleaseDrawables(struct glx_context *gc);
dri3_priv.h 113 struct glx_context base;
137 dri3_interop_query_device_info(struct glx_context *ctx,
141 dri3_interop_export_object(struct glx_context *ctx,
create_context.c 43 struct glx_context *const share = (struct glx_context *) share_context;
44 struct glx_context *gc = NULL;
clientattrib.c 42 struct glx_context *gc = __glXGetCurrentContext();
72 struct glx_context *gc = __glXGetCurrentContext();
104 struct glx_context *gc = __glXGetCurrentContext();
134 __glFreeAttributeState(struct glx_context * gc)
drisw_priv.h 33 struct glx_context base;
indirect_glx.c 46 indirect_destroy_context(struct glx_context *gc)
130 indirect_bind_context(struct glx_context *gc, struct glx_context *old,
156 indirect_unbind_context(struct glx_context *gc, struct glx_context *new)
176 indirect_wait_gl(struct glx_context *gc)
195 indirect_wait_x(struct glx_context *gc)
213 indirect_use_x_font(struct glx_context *gc,
242 struct glx_context *gc = __glXGetCurrentContext();
293 struct glx_context *gc = __glXGetCurrentContext()
    [all...]
indirect_vertex_program.c 40 struct glx_context *gc = __glXGetCurrentContext();
68 struct glx_context *const gc = __glXGetCurrentContext();
125 struct glx_context *const gc = __glXGetCurrentContext();
180 get_vertex_attrib(struct glx_context * gc, unsigned vop,
198 struct glx_context *const gc = __glXGetCurrentContext();
232 struct glx_context *const gc = __glXGetCurrentContext();
266 struct glx_context *const gc = __glXGetCurrentContext();
driwindows_glx.c 38 struct glx_context base;
67 driwindows_destroy_context(struct glx_context *context)
81 driwindows_bind_context(struct glx_context *context, struct glx_context *old,
103 driwindows_unbind_context(struct glx_context *context, struct glx_context *new)
115 struct glx_context *gc = __glXGetCurrentContext();
133 struct glx_context *gc = __glXGetCurrentContext();
158 static struct glx_context *
161 struct glx_context *shareList, int renderType
    [all...]
query_renderer.c 107 struct glx_context *gc = __glXGetCurrentContext();
167 struct glx_context *gc = __glXGetCurrentContext();
glxextensions.h 252 struct glx_context;
262 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc,
269 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
indirect_vertex_array.c 87 static GLboolean validate_mode(struct glx_context * gc, GLenum mode);
88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
89 static GLboolean validate_type(struct glx_context * gc, GLenum type);
112 __glXFreeVertexArrayState(struct glx_context * gc)
134 * This function may only be called after struct glx_context::gl_extension_bits,
135 * struct glx_context::server_minor, and __GLXcontext::server_major have been
140 __glXInitVertexArrayState(struct glx_context * gc)
527 struct glx_context *gc = __glXGetCurrentContext();
589 emit_DrawArrays_header_old(struct glx_context * gc,
698 struct glx_context *gc = __glXGetCurrentContext()
    [all...]
glxcmds.c 254 glx_context_init(struct glx_context *gc,
282 struct glx_context *gc;
284 struct glx_context *shareList = (struct glx_context *) shareList_user;
457 struct glx_context *gc = (struct glx_context *) ctx;
525 struct glx_context *gc = __glXGetCurrentContext();
538 struct glx_context *gc = __glXGetCurrentContext();
547 struct glx_context *gc = __glXGetCurrentContext();
563 struct glx_context *source = (struct glx_context *) source_user
    [all...]
dri3_glx.c 135 struct glx_context *gc = __glXGetCurrentContext();
144 struct glx_context *gc = __glXGetCurrentContext();
197 dri3_destroy_context(struct glx_context *context)
212 dri3_bind_context(struct glx_context *context, struct glx_context *old,
242 dri3_unbind_context(struct glx_context *context, struct glx_context *new)
250 static struct glx_context *
253 struct glx_context *shareList,
345 static struct glx_context *
    [all...]
pixelstore.c 50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname,
71 struct glx_context *gc = __glXGetCurrentContext();
221 struct glx_context *gc = __glXGetCurrentContext();
  /external/mesa3d/src/glx/apple/
apple_xgl_api_viewport.c 41 struct glx_context *gc = __glXGetCurrentContext();
apple_xgl_api_stereo.c 55 struct glx_context * gc = __glXGetCurrentContext();
90 struct glx_context * gc = __glXGetCurrentContext();
apple_xgl_api_read.c 53 struct glx_context *gc = __glXGetCurrentContext();
86 struct glx_context *gc = __glXGetCurrentContext();

Completed in 223 milliseconds

1 2