HomeSort by relevance Sort by last modified time
    Searched defs:CreateContext (Results 1 - 15 of 15) sorted by null

  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 23 context_ = CreateContext();
105 const GLContext EGLInterface::CreateContext() {
glx_stuff.cc 36 context_ = CreateContext();
94 const GLContext GLXInterface::CreateContext() {
waffle_stuff.cc 149 context_ = CreateContext();
185 const GLContext WaffleInterface::CreateContext() {
  /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) {
  /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,
  /system/tpm/trunks/
resource_manager_test.cc 232 TPMS_CONTEXT CreateContext(UINT64 sequence) {
242 Serialize_TPMS_CONTEXT(CreateContext(sequence), &buffer);
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 143 CreateContext_t CreateContext;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 45 CJBig2_Context* CJBig2_Context::CreateContext(
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 254 CreateContext(Display *dpy, int generic_id, struct glx_config *config,
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 570 class CreateContext : public tcu::ThreadUtil::Operation
573 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context)
585 : tcu::ThreadUtil::Operation ("CreateContext")
597 void CreateContext::exec (tcu::ThreadUtil::Thread& t)
619 m_context->context = thread.egl.createContext(m_display, m_config, m_shared->context, attriblist);
625 m_context->context = thread.egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attriblist);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 360 virtual HRESULT WINAPI CreateContext(HIMC *phIMC) = 0;
435 HRESULT (WINAPI *CreateContext)(IActiveIMMApp *This,HIMC *phIMC);
    [all...]
msimcsdk.h 226 virtual HRESULT WINAPI CreateContext(VARIANT Profile,VARIANT Flags,IDispatch **ppInterface) = 0;
244 HRESULT (WINAPI *CreateContext)(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface);
264 #define IMSIMHost_CreateContext(This,Profile,Flags,ppInterface) (This)->lpVtbl->CreateContext(This,Profile,Flags,ppInterface)
    [all...]
mshtmlc.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 1050 milliseconds