/external/autotest/client/deps/glbench/src/ |
D | glx_stuff.cc | 38 context_ = CreateContext(); in Init() 96 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
|
D | egl_stuff.cc | 26 context_ = CreateContext(); in Init() 108 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
|
D | waffle_stuff.cc | 151 context_ = CreateContext(); in Init() 187 const GLContext WaffleInterface::CreateContext() { in CreateContext() function in WaffleInterface
|
D | glx_stuff.h | 28 virtual const GLContext CreateContext();
|
D | glinterface.h | 58 virtual const GLContext CreateContext() = 0;
|
D | egl_stuff.h | 31 virtual const GLContext CreateContext();
|
D | contexttest.cc | 37 GLContext new_context = interface->CreateContext(); in TestFunc()
|
D | waffle_stuff.h | 30 virtual const GLContext CreateContext();
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramStateTrait.h | 88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { 140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { 179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
|
D | ProgramState.h | 611 void *(*CreateContext)(llvm::BumpPtrAllocator&), 617 ProgramStateTrait<T>::CreateContext, in get_context()
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 32 context_id CreateContext(Bitmap* bitmap);
|
D | GalliumContext.cpp | 109 GalliumContext::CreateContext(Bitmap *bitmap) in CreateContext() function in GalliumContext
|
D | SoftwareRenderer.cpp | 80 fContextID = fContextObj->CreateContext(fBitmap); in SoftwareRenderer()
|
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 62 drv->API.CreateContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | eglapi.h | 70 _EGLContext *(*CreateContext)(_EGLDriver *drv, _EGLDisplay *dpy, member
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 85 GLboolean (*CreateContext)(gl_api api, member
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 339 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/ |
D | radeon_screen.c | 833 .CreateContext = r200CreateContext, 836 .CreateContext = r100CreateContext,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 833 .CreateContext = r200CreateContext, 836 .CreateContext = r100CreateContext,
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 335 .CreateContext = nouveau_context_create,
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 341 driver->base.API.CreateContext = haiku_create_context; in _eglBuiltInDriverHaiku()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 472 void *(*CreateContext)(llvm::BumpPtrAllocator&), in FindGDMContext() 477 p.first = CreateContext(Alloc); in FindGDMContext()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 278 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/ |
D | drisw.c | 447 .CreateContext = dri_create_context,
|