Home
last modified time | relevance | path

Searched refs:CreateContext (Results 1 – 25 of 36) sorted by relevance

12

/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc38 context_ = CreateContext(); in Init()
96 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
Degl_stuff.cc26 context_ = CreateContext(); in Init()
108 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
Dwaffle_stuff.cc151 context_ = CreateContext(); in Init()
187 const GLContext WaffleInterface::CreateContext() { in CreateContext() function in WaffleInterface
Dglx_stuff.h28 virtual const GLContext CreateContext();
Dglinterface.h58 virtual const GLContext CreateContext() = 0;
Degl_stuff.h31 virtual const GLContext CreateContext();
Dcontexttest.cc37 GLContext new_context = interface->CreateContext(); in TestFunc()
Dwaffle_stuff.h30 virtual const GLContext CreateContext();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
DProgramState.h611 void *(*CreateContext)(llvm::BumpPtrAllocator&),
617 ProgramStateTrait<T>::CreateContext, in get_context()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h32 context_id CreateContext(Bitmap* bitmap);
DGalliumContext.cpp109 GalliumContext::CreateContext(Bitmap *bitmap) in CreateContext() function in GalliumContext
DSoftwareRenderer.cpp80 fContextID = fContextObj->CreateContext(fBitmap); in SoftwareRenderer()
/external/mesa3d/src/egl/main/
Deglfallbacks.c62 drv->API.CreateContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
Deglapi.h70 _EGLContext *(*CreateContext)(_EGLDriver *drv, _EGLDisplay *dpy, member
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h85 GLboolean (*CreateContext)(gl_api api, member
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp339 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *…
476 return egl::CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
604 this->eglCreateContext = egl::CreateContext; in LibEGLexports()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c833 .CreateContext = r200CreateContext,
836 .CreateContext = r100CreateContext,
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c833 .CreateContext = r200CreateContext,
836 .CreateContext = r100CreateContext,
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c335 .CreateContext = nouveau_context_create,
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp341 driver->base.API.CreateContext = haiku_create_context; in _eglBuiltInDriverHaiku()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp472 void *(*CreateContext)(llvm::BumpPtrAllocator&), in FindGDMContext()
477 p.first = CreateContext(Alloc); in FindGDMContext()
/external/mesa3d/src/glx/
Dglxcmds.c278 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() function
431 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
1652 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
2026 gc = CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateContextWithConfigSGIX()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c447 .CreateContext = dri_create_context,

12