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

1 2

  /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...]
glxapi.c 167 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
177 GLXContext PUBLIC
178 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
200 glXDestroyContext(Display *dpy, GLXContext ctx)
235 GLXContext PUBLIC
238 return (GLXContext) XMesaGetCurrentContext();
251 glXIsDirect(Display *dpy, GLXContext ctx)
262 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
406 GLXContext PUBLI
    [all...]
fakeglx.c     [all...]
  /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/glx/tests/
create_context_unittest.cpp 167 GLXContext ctx =
177 GLXContext ctx =
189 GLXContext ctx =
228 GLXContext share =
232 ASSERT_NE((GLXContext) 0, share);
350 * \name Verify details of the returned GLXContext
355 GLXContext ctx =
359 /* Since the server did not return an error, the GLXContext should not be
362 EXPECT_NE((GLXContext)0, ctx);
366 EXPECT_NE((GLXContext)99, ctx)
    [all...]
  /external/mesa3d/include/GL/
glxext.h 123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
124 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
126 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
142 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
144 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
175 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
    [all...]
glx.h 165 typedef struct __GLXcontextRec *GLXContext;
190 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
191 GLXContext shareList, Bool direct );
193 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
196 GLXContext ctx);
198 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
212 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
217 extern GLXContext glXGetCurrentContext( void );
272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
124 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
126 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
142 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
144 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
175 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (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 148 _GLX_PUBLIC GLXContext
157 return (GLXContext) cx;
190 GLXDrawable read, GLXContext gc_user)
272 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc)
279 (Display * dpy, GLXDrawable d, GLXDrawable r, GLXContext ctx),
285 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
create_context.c 36 _X_HIDDEN GLXContext
38 GLXContext share_context, Bool direct,
123 return (GLXContext) gc;
glxglvnddispatchfuncs.h 42 static inline int AddContextMapping(Display *dpy, GLXContext ctx,
54 static inline __GLXvendorInfo *GetDispatchFromContext(GLXContext ctx)
g_glxglvnddispatchfuncs.c 155 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy,
157 GLXContext share_list,
163 GLXContext ret;
186 static GLXContext dispatch_CreateContextWithConfigSGIX(Display *dpy,
189 GLXContext share_list,
194 GLXContext ret;
298 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx)
440 static int dispatch_QueryContextInfoEXT(Display *dpy, GLXContext ctx,
glxcmds.c 65 * Get the __DRIdrawable for the drawable associated with a GLXContext
277 static GLXContext
279 GLXContext shareList_user, Bool allowDirect,
374 return (GLXContext) gc;
377 _GLX_PUBLIC GLXContext
379 GLXContext shareList, Bool allowDirect)
455 glXDestroyContext(Display * dpy, GLXContext ctx)
560 glXCopyContext(Display * dpy, GLXContext source_user,
561 GLXContext dest_user, unsigned long mask)
661 glXIsDirect(Display * dpy, GLXContext gc_user
    [all...]
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 43 GLXContext context_;
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
62 GLXContext glxSharedContext);
68 GLXContext fContext;
100 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr;
278 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
279 GLXContext glxShareContext) {
286 GLXContext context = nullptr;
  /external/skia/tools/viewer/sk_app/unix/
GLWindowContext_unix.cpp 39 GLXContext fGLContext;
56 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
  /external/skia/include/views/
SkOSWindow_Unix.h 23 GLXContext fGLContext;
  /external/swiftshader/include/GL/
glxext.h 123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
124 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
126 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
142 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
144 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
168 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 88 * The GLXContext typedef is defined as a pointer to this structure.
107 SetCurrentContext(GLXContext c)
113 static GLXContext
1104 static GLXContext
1110 GLXContext glxCtx;
1139 PUBLIC GLXContext
1141 GLXContext shareCtx, Bool direct )
    [all...]
  /external/mesa3d/src/glx/apple/
glx_empty.c 238 _X_EXPORT GLXContext
240 GLXContext b, Bool c)

Completed in 2617 milliseconds

1 2