OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glx_ctx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c
681
struct GLX_egl_context *
GLX_ctx
= CALLOC_STRUCT(GLX_egl_context);
685
if (!
GLX_ctx
) {
690
if (!_eglInitContext(&
GLX_ctx
->Base, disp, conf, attrib_list)) {
691
free(
GLX_ctx
);
696
GLX_ctx
->context = GLX_drv->glXCreateNewContext(GLX_dpy->dpy,
703
GLX_ctx
->context = GLX_drv->glXCreateContext(GLX_dpy->dpy,
708
if (!
GLX_ctx
->context) {
709
free(
GLX_ctx
);
713
return &
GLX_ctx
->Base;
724
struct GLX_egl_context *
GLX_ctx
= GLX_egl_context(ctx)
[
all
...]
/external/mesa3d/src/egl/drivers/glx/
egl_glx.c
681
struct GLX_egl_context *
GLX_ctx
= CALLOC_STRUCT(GLX_egl_context);
685
if (!
GLX_ctx
) {
690
if (!_eglInitContext(&
GLX_ctx
->Base, disp, conf, attrib_list)) {
691
free(
GLX_ctx
);
696
GLX_ctx
->context = GLX_drv->glXCreateNewContext(GLX_dpy->dpy,
703
GLX_ctx
->context = GLX_drv->glXCreateContext(GLX_dpy->dpy,
708
if (!
GLX_ctx
->context) {
709
free(
GLX_ctx
);
713
return &
GLX_ctx
->Base;
724
struct GLX_egl_context *
GLX_ctx
= GLX_egl_context(ctx)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp
235
struct glx_context *
glx_ctx
= (struct glx_context *) share;
local
236
EXPECT_EQ(
glx_ctx
->xid, req.share_list);
378
struct glx_context *
glx_ctx
= (struct glx_context *) ctx;
local
379
EXPECT_EQ(99u,
glx_ctx
->xid);
/external/mesa3d/src/glx/tests/
create_context_unittest.cpp
235
struct glx_context *
glx_ctx
= (struct glx_context *) share;
local
236
EXPECT_EQ(
glx_ctx
->xid, req.share_list);
378
struct glx_context *
glx_ctx
= (struct glx_context *) ctx;
local
379
EXPECT_EQ(99u,
glx_ctx
->xid);
Completed in 57 milliseconds