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

1 2

  /external/autotest/client/deps/glbench/src/
glinterface.h 24 typedef struct __GLXcontextRec *GLXContext;
25 typedef GLXContext GLContext;
glx_stuff.h 39 GLXContext context_;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 65 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
71 /*GLXContext (*GetCurrentContext)(void);*/
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
    [all...]
realglx.h 43 extern GLXContext
45 GLXContext share_list, Bool direct );
58 _real_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
62 _real_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx );
68 _real_glXDestroyContext( Display *dpy, GLXContext ctx );
71 _real_glXIsDirect( Display *dpy, GLXContext ctx );
149 extern GLXContext
151 int renderType, GLXContext shareList, Bool direct );
156 GLXDrawable read, GLXContext ctx )
    [all...]
glxapi.c 167 static GLXContext CurrentContext = 0;
172 SetCurrentContext(GLXContext c)
202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
212 GLXContext PUBLIC
213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
235 glXDestroyContext(Display *dpy, GLXContext ctx)
269 GLXContext PUBLIC
275 return (GLXContext) _glthread_GetTSD(&ContextTSD);
291 glXIsDirect(Display *dpy, GLXContext ctx
    [all...]
fakeglx.c 99 __GLXcontext glxContext; /* this MUST be first! */
    [all...]
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 165 GLXContext ctx =
175 GLXContext ctx =
187 GLXContext ctx =
226 GLXContext share =
230 ASSERT_NE((GLXContext) 0, share);
348 * \name Verify details of the returned GLXContext
353 GLXContext ctx =
357 /* Since the server did not return an error, the GLXContext should not be
360 EXPECT_NE((GLXContext)0, ctx);
364 EXPECT_NE((GLXContext)99, ctx)
    [all...]
  /external/mesa3d/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
204 GLXContext shareList, Bool direct );
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
209 GLXContext ctx);
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
225 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
230 extern GLXContext glXGetCurrentContext( void );
285 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
glxext.h 539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
540 extern Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
543 extern int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
558 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
559 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
562 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
194 GLXContext shareList, Bool direct );
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
199 GLXContext ctx);
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
215 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
220 extern GLXContext glXGetCurrentContext( void );
275 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
glxext.h 491 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
492 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
495 extern int glXQueryContext (Display *, GLXContext, int, int *);
510 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
511 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
514 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
546 extern GLXContext glXCreateContextAttribsARB (Display *, GLXFBConfig, GLXContext, Bool, const int *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
204 GLXContext shareList, Bool direct );
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
209 GLXContext ctx);
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
225 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
230 extern GLXContext glXGetCurrentContext( void );
285 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
glxext.h 535 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
536 extern Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
539 extern int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
554 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
555 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
558 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
594 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
    [all...]
  /external/mesa3d/src/glx/
glxcurrent.c 169 _X_EXPORT GLXContext
178 return (GLXContext) cx;
211 GLXDrawable read, GLXContext gc_user)
301 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc)
308 (Display * dpy, GLXDrawable d, GLXDrawable r, GLXContext ctx),
314 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
create_context.c 36 _X_HIDDEN GLXContext
38 GLXContext share_context, Bool direct,
121 return (GLXContext) gc;
glxcmds.c 68 * Get the __DRIdrawable for the drawable associated with a GLXContext
253 static GLXContext
255 GLXContext shareList_user, Bool allowDirect,
351 return (GLXContext) gc;
354 _X_EXPORT GLXContext
356 GLXContext shareList, Bool allowDirect)
405 glXDestroyContext(Display * dpy, GLXContext ctx)
510 glXCopyContext(Display * dpy, GLXContext source_user,
511 GLXContext dest_user, unsigned long mask)
630 glXIsDirect(Display * dpy, GLXContext gc_user
    [all...]
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 43 GLXContext context_;
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxext.h 310 extern GLXContext glXCreateNewContext (Display *, GLXFBConfig, int, GLXContext, Bool);
311 extern Bool glXMakeContextCurrent (Display *, GLXDrawable, GLXDrawable, GLXContext);
314 extern int glXQueryContext (Display *, GLXContext, int, int *);
329 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
330 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
333 typedef int ( * PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
375 extern Bool glXMakeCurrentReadSGI (Display *, GLXDrawable, GLXDrawable, GLXContext);
378 typedef Bool ( * PFNGLXMAKECURRENTREADSGIPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
    [all...]
glxew.h 139 typedef struct __glXContextRec *GLXContext;
141 typedef struct __GLXcontextRec *GLXContext;
152 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct);
153 extern void glXDestroyContext (Display *dpy, GLXContext ctx);
154 extern Bool glXIsDirect (Display *dpy, GLXContext ctx);
155 extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLulong mask);
156 extern Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx);
157 extern GLXContext glXGetCurrentContext (void)
    [all...]
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gl_APICheck.cc 17 GLXContext* context) {
63 GLXContext context) {
119 GLXContext context = NULL;
  /external/skia/include/views/
SkOSWindow_Unix.h 23 GLXContext fGLContext;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 74 * The GLXContext typedef is defined as a pointer to this structure.
93 SetCurrentContext(GLXContext c)
99 static GLXContext
1045 static GLXContext
1051 GLXContext glxCtx;
1080 PUBLIC GLXContext
1082 GLXContext shareCtx, Bool direct )
1104 static GLXContext MakeCurrent_PrevContext = 0;
1114 GLXDrawable read, GLXContext ctx )
1116 GLXContext glxCtx = ctx
    [all...]
  /external/mesa3d/src/glx/apple/
glx_empty.c 238 _X_EXPORT GLXContext
240 GLXContext b, Bool c)
  /external/skia/src/gpu/gl/glx/
SkCreatePlatformGLContext_glx.cpp 59 GLXContext fContext;
72 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr;
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 60 typedef GLXContext (*GLXCREATECONTEXTPROC)( Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct );
61 typedef void (*GLXDESTROYCONTEXTPROC)( Display *dpy, GLXContext ctx );
62 typedef Bool (*GLXMAKECURRENTPROC)( Display *dpy, GLXDrawable drawable, GLXContext ctx);
148 GLXContext context;
767 GLXContext cctx;
    [all...]

Completed in 329 milliseconds

1 2