HomeSort by relevance Sort by last modified time
    Searched refs:sharedContext (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 74 const void *mode, void *sharedContext,
apple_glx_context.c 125 const void *mode, void *sharedContext,
129 struct apple_glx_context *sharedac = sharedContext;
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 74 const void *mode, void *sharedContext,
apple_glx_context.c 125 const void *mode, void *sharedContext,
129 struct apple_glx_context *sharedac = sharedContext;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 203 RefPtr<GraphicsContext3D> sharedContext = SharedGraphicsContext3D::get();
204 if (!sharedContext || sharedContext->webContext()->isContextLost()) {
207 m_context = sharedContext;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 55 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
EglMacApi.cpp 157 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
158 return nsCreateContext(cfg->nativeConfig(),sharedContext);
EglWindowsApi.cpp 516 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
531 if(ctx && sharedContext) {
532 if(!wglShareLists(sharedContext,ctx)) {
EglX11Api.cpp 246 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) {
248 EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedContext,true);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 300 milliseconds