Home
last modified time | relevance | path

Searched defs:CreateContext (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/deps/glbench/src/
Degl_stuff.cc108 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
Dglx_stuff.cc96 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
Dwaffle_stuff.cc187 const GLContext WaffleInterface::CreateContext() { in CreateContext() function in WaffleInterface
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp109 GalliumContext::CreateContext(Bitmap *bitmap) in CreateContext() function in GalliumContext
/external/mesa3d/src/egl/main/
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/mesa3d/src/mesa/drivers/x11/
Dglxapi.h66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); member
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp671 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *… in CreateContext() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc481 /* static */ port::Status CUDADriver::CreateContext( in CreateContext() function in perftools::gputools::cuda::CUDADriver
/external/mesa3d/src/glx/
Dglxcmds.c278 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() function
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp570 class CreateContext : public tcu::ThreadUtil::Operation class
584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared,… in CreateContext() function in deqp::egl::GLES2ThreadTest::CreateContext
/external/boringssl/src/ssl/
Dssl_test.cc1583 bssl::UniquePtr<SSL_CTX> CreateContext() const { in CreateContext() function in bssl::__anonb772228d0111::SSLVersionTest