HomeSort by relevance Sort by last modified time
    Searched refs:__GLXattributeRec (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
fake_glx_screen.h 83 this->client_state_private = (struct __GLXattributeRec *) 0xcafebabe;
create_context_unittest.cpp 468 EXPECT_EQ((struct __GLXattributeRec *) 0xcafebabe,
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 83 this->client_state_private = (struct __GLXattributeRec *) 0xcafebabe;
create_context_unittest.cpp 468 EXPECT_EQ((struct __GLXattributeRec *) 0xcafebabe,
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_glx.c 369 state = Xmalloc(sizeof(struct __GLXattributeRec));
376 memset(gc->client_state_private, 0, sizeof(struct __GLXattributeRec));
glxclient.h 182 typedef struct __GLXattributeRec
  /external/mesa3d/src/glx/
indirect_glx.c 369 state = Xmalloc(sizeof(struct __GLXattributeRec));
376 memset(gc->client_state_private, 0, sizeof(struct __GLXattributeRec));
glxclient.h 182 typedef struct __GLXattributeRec

Completed in 3416 milliseconds