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

1 2

  /external/chromium_org/content/common/gpu/
x_util.h 32 typedef struct __GLXcontextRec *GLXContext;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 35 GLXContext glx_context; /* Current GL context */
45 GLXContext (*glXCreateContext)
48 GLXContext shareList,
53 GLXContext ctx );
58 GLXContext ctx );
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/media/tools/player_x11/
gl_video_renderer.h 35 GLXContext gl_context_;
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]
  /external/chromium_org/third_party/mesa/src/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;
  /external/chromium_org/ui/gl/
gl_context_glx.cc 35 GLXContext share_handle = static_cast<GLXContext>(
80 static_cast<GLXContext>(context_))
90 static_cast<GLXContext>(context_));
106 static_cast<GLXContext>(context_))) {
142 glXGetCurrentContext() == static_cast<GLXContext>(context_);
  /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;
  /external/chromium_org/third_party/webrtc/test/linux/
glx_renderer.h 42 GLXContext context_;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 72 GLXContext fOldGLXContext;
96 GLXContext fContext;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 48 GLXContext fOldGLXContext;
72 GLXContext fContext;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 23 GLXContext fGLContext;
  /external/skia/include/views/
SkOSWindow_Unix.h 23 GLXContext fGLContext;

Completed in 5519 milliseconds

1 2