Home
last modified time | relevance | path

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

12

/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc36 context_ = CreateContext(); in Init()
94 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
Degl_stuff.cc23 context_ = CreateContext(); in Init()
105 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
Dwaffle_stuff.cc149 context_ = CreateContext(); in Init()
185 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.h610 void *(*CreateContext)(llvm::BumpPtrAllocator&),
616 ProgramStateTrait<T>::CreateContext, in get_context()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h84 GLboolean (*CreateContext)(gl_api api, member
Ddrisw_util.c178 if (!driDriverAPI.CreateContext(mesa_api, modes, pcp, in driCreateContextAttribs()
Ddri_util.c287 if (!driDriverAPI.CreateContext(mesa_api, modes, context, in dri2CreateContextAttribs()
/external/mesa3d/src/egl/main/
Deglfallbacks.c65 drv->API.CreateContext = (CreateContext_t) _eglReturnFalse; in _eglInitDriverFallbacks()
Deglapi.h143 CreateContext_t CreateContext; member
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp81 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext( in StartDecode()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h42 static CJBig2_Context* CreateContext(
/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c53 glx.CreateContext = _real_glXCreateContext; in _real_GetGLXDispatchTable()
Dglxapi.h66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c246 .CreateContext = nouveau_context_create,
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c779 .CreateContext = r200CreateContext,
782 .CreateContext = r100CreateContext,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c779 .CreateContext = r200CreateContext,
782 .CreateContext = r100CreateContext,
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c355 .CreateContext = dri_create_context,
/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.c254 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() function
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
1647 return CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateNewContext()
2008 gc = CreateContext(dpy, config->fbconfigID, config, shareList, in glXCreateContextWithConfigSGIX()

12