HomeSort by relevance Sort by last modified time
    Searched refs:CreateContext (Results 1 - 25 of 41) sorted by null

1 2

  /external/autotest/client/deps/glbench/src/
glx_stuff.h 28 virtual const GLContext CreateContext();
egl_stuff.h 31 virtual const GLContext CreateContext();
glinterface.h 58 virtual const GLContext CreateContext() = 0;
waffle_stuff.h 30 virtual const GLContext CreateContext();
contexttest.cc 37 GLContext new_context = interface->CreateContext();
glx_stuff.cc 36 context_ = CreateContext();
94 const GLContext GLXInterface::CreateContext() {
egl_stuff.cc 23 context_ = CreateContext();
105 const GLContext EGLInterface::CreateContext() {
waffle_stuff.cc 149 context_ = CreateContext();
185 const GLContext WaffleInterface::CreateContext() {
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 76 * dri_util.c which in turn will jump through the \a CreateContext pointer in
84 GLboolean (*CreateContext)(gl_api api,
drisw_util.c 178 if (!driDriverAPI.CreateContext(mesa_api, modes, pcp,
dri_util.c 287 if (!driDriverAPI.CreateContext(mesa_api, modes, context,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
ProgramState.h 610 void *(*CreateContext)(llvm::BumpPtrAllocator&),
616 ProgramStateTrait<T>::CreateContext,
  /external/mesa3d/src/egl/main/
eglfallbacks.c 65 drv->API.CreateContext = (CreateContext_t) _eglReturnFalse;
eglapi.h 143 CreateContext_t CreateContext;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 81 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 42 static CJBig2_Context* CreateContext(
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 246 .CreateContext = nouveau_context_create,
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 53 glx.CreateContext = _real_glXCreateContext;
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 779 .CreateContext = r200CreateContext,
782 .CreateContext = r100CreateContext,
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 355 .CreateContext = dri_create_context,
  /system/tpm/trunks/
resource_manager_test.cc 232 TPMS_CONTEXT CreateContext(UINT64 sequence) {
242 Serialize_TPMS_CONTEXT(CreateContext(sequence), &buffer);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 472 void *(*CreateContext)(llvm::BumpPtrAllocator&),
477 p.first = CreateContext(Alloc);
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 855 .CreateContext = dri_create_context,

Completed in 456 milliseconds

1 2