Home
last modified time | relevance | path

Searched defs:createContext (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp42 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const in createContext() function in tcu::null::NullGLContextFactory
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglAbstractDisplay.java83 protected abstract void createContext(AppSettings settings) throws LWJGLException; in createContext() method in LwjglAbstractDisplay
DLwjglDisplay.java70 protected void createContext(AppSettings settings) throws LWJGLException{ in createContext() method in LwjglDisplay
DLwjglCanvas.java427 protected void createContext(AppSettings settings) { in createContext() method in LwjglCanvas
/external/skia/tests/
DQuickRejectTest.cpp19 SkDrawLooper::Context* createContext(SkCanvas*, void* storage) const override { in createContext() function in TestLooper
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp161 glu::RenderContext* WGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::C… in createContext() function in tcu::WGLContextFactory
DtcuWin32GLES3Platform.cpp168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const… in createContext() function in tcu::Win32GLES3ContextFactory
DtcuWGL.cpp141 wglCreateContextFunc createContext; member
/external/skia/src/effects/
DSkBlurDrawLooper.cpp105 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { in createContext() function in SkBlurDrawLooper
DSkLayerDrawLooper.cpp39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const… in createContext() function in SkLayerDrawLooper
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const in createContext() function in tcu::CGLContextFactory
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl12 eglCreateContextFunc createContext; variable
DeglwFuncPtrLibraryImpl.inl37 EGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex… function in FuncPtrLibrary
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp210 RenderContext* GlxContextFactory::createContext (const RenderConfig& config, in createContext() function in tcu::x11::glx::GlxContextFactory
297 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() function in tcu::x11::glx::GlxVisual
/external/deqp/framework/egl/
DegluGLContextFactory.cpp558 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::Co… in createContext() function in eglu::GLContextFactory
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory
/external/skia/src/core/
DSkShader.cpp88 SkShader::Context* SkShader::createContext(const ContextRec& rec, void* storage) const { in createContext() function in SkShader
/external/mesa3d/src/glx/
Dglxclient.h105 struct glx_context *(*createContext)(struct glx_screen *psc, member
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp128 EGLContext GLES2SharingTest::createContext (EGLDisplay display, EGLContext share, EGLConfig config) in createContext() function in deqp::egl::GLES2SharingTest
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4157 },createContext:function (canvas, useWebGL, setInModule) { method