Home
last modified time | relevance | path

Searched refs:share (Results 1 – 12 of 12) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderContext.cpp36 EGLContext share = EGL_NO_CONTEXT; in create() local
38 share = p_shareContext->getEGLContext(); in create()
52 fbconf->getEGLConfig(), share, in create()
DRenderControl.cpp165 uint32_t share, uint32_t glVersion) in rcCreateContext() argument
172 HandleType ret = fb->createRenderContext(config, share, glVersion == 2); in rcCreateContext()
DFrameBuffer.cpp511 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/
DShareMockupAction.java73 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/
DThreadInfo.cpp61 ShareGroupPtr share, in updateInfo() argument
67 shareGroup = share; in updateInfo()
DMacNative.m41 - (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];
DThreadInfo.h30 ShareGroupPtr share,
DMacNative.h38 void* nsCreateContext(void* format,void* share);
/sdk/emulator/opengl/host/libs/renderControl_dec/
DrenderControl.in9 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/
DLinearLayoutRule.java240 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/
Dchanges.txt182 - Support for library project to share code/resources among projects
/sdk/eclipse/
Dchanges.txt625 android.jar making it easier to share a project through dsvn, cvs,