OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharedcontext
(Results
1 - 10
of
10
) sorted by null
/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
);
EglX11Api.cpp
246
EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType
sharedContext
) {
248
EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,
sharedContext
,true);
EglWindowsApi.cpp
516
EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType
sharedContext
) {
531
if(ctx &&
sharedContext
) {
532
if(!wglShareLists(
sharedContext
,ctx)) {
/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/platform/graphics/
Canvas2DLayerBridge.cpp
241
RefPtr<GraphicsContext3D>
sharedContext
= SharedGraphicsContext3D::get();
242
if (!
sharedContext
||
sharedContext
->webContext()->isContextLost()) {
245
m_context =
sharedContext
;
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
[
all
...]
Completed in 1775 milliseconds