OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharedctx
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c
714
struct gl_context *
sharedCtx
= NULL;
753
sharedCtx
= &share->Base;
759
if (!_mesa_initialize_context(mesaCtx, api, visual,
sharedCtx
, &functions, (void *) cPriv)) {
/external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c
714
struct gl_context *
sharedCtx
= NULL;
753
sharedCtx
= &share->Base;
759
if (!_mesa_initialize_context(mesaCtx, api, visual,
sharedCtx
, &functions, (void *) cPriv)) {
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java
59
// Boolean.parseBoolean(System.getProperty("jme3.canvas.
sharedctx
", "true"));
Completed in 63 milliseconds