Searched refs:share (Results 1 – 12 of 12) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderContext.cpp | 36 EGLContext share = EGL_NO_CONTEXT; in create() local 38 share = p_shareContext->getEGLContext(); in create() 52 fbconf->getEGLConfig(), share, in create()
|
D | RenderControl.cpp | 165 uint32_t share, uint32_t glVersion) in rcCreateContext() argument 172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2); in rcCreateContext()
|
D | FrameBuffer.cpp | 511 RenderContextPtr share(NULL); in createRenderContext() local 517 share = (*s).second; in createRenderContext() 520 RenderContextPtr rctx( RenderContext::create(p_config, share, p_isGL2) ); in createRenderContext()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
D | ShareMockupAction.java | 73 Intent share = new Intent(Intent.ACTION_SEND); in launch() local 74 share.setType("image/png"); in launch() 75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile())); in launch() 76 activity.startActivity(Intent.createChooser(share, title)); in launch()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ThreadInfo.cpp | 61 ShareGroupPtr share, in updateInfo() argument 67 shareGroup = share; in updateInfo()
|
D | MacNative.m | 41 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share; 46 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share 48 self = [super initWithFormat:pixelFormat shareContext:share]; 111 void* nsCreateContext(void* format,void* share){ 113 return [[EmuGLContext alloc] initWithFormat:frmt shareContext:share];
|
D | ThreadInfo.h | 30 ShareGroupPtr share,
|
D | MacNative.h | 38 void* nsCreateContext(void* format,void* share);
|
/sdk/emulator/opengl/host/libs/renderControl_dec/ |
D | renderControl.in | 9 GL_ENTRY(uint32_t, rcCreateContext, uint32_t config, uint32_t share, uint32_t glVersion)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | LinearLayoutRule.java | 240 double share; in distributeWeights() local 244 share = 1.0; in distributeWeights() 246 share = sum / numTargets; in distributeWeights() 248 String value = formatFloatAttribute((float) share); in distributeWeights()
|
/sdk/ |
D | changes.txt | 182 - Support for library project to share code/resources among projects
|
/sdk/eclipse/ |
D | changes.txt | 625 android.jar making it easier to share a project through dsvn, cvs,
|