Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 17 of 17) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DIdeScanningContext.java144 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; in updateMarkers() local
175 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; in hasModifiedFilesWithErrors() local
/sdk/emulator/opengl/tests/ut_renderer/
DX11RendererSurface.cpp44 int depth = DefaultDepth(dpy, defaultScreen); in createNativeWindow() local
DX11Windowing.cpp93 int depth = DefaultDepth(dpy, defaultScreen); in createNativeWindow() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java336 int depth = DomUtilities.getDepth(startNode) - 1; in format() local
701 int depth = entry.getKey(); in measure() local
709 private void visit(int depth, Node node) { in visit()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDeletionHandler.java160 private void transfer(INode deleted, INode target, ConstraintType targetType, int depth) { in transfer()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglX11Api.cpp87 int bSize,red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
203 unsigned int depth,configDepth,border; in checkWindowPixelFormatMatch() local
215 unsigned int depth,configDepth,border; in checkPixmapPixelFormatMatch() local
DEglMacApi.cpp33 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
DEglWindowsApi.cpp338 EGLint red,green,blue,alpha,depth,stencil; in pixelFormatToConfig() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DBasePullParser.java112 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount()
DProjectCallback.java557 private boolean isWithinIllegalParent(Object viewObject, int depth) { in isWithinIllegalParent()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DBaseBuilder.java357 protected void stopOnMarker(IProject project, String markerType, int depth, in stopOnMarker()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java745 public static void dump(ViewInfo info, int depth) { in dump()
779 public static void dump(CanvasViewInfo info, int depth) { in dump()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DViewHierarchy.java723 public static void dump(RenderSession session, ViewInfo info, int depth) { in dump()
DDomUtilities.java126 int depth = -1; in getDepth() local
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp369 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf()
374 GL_API void GL_APIENTRY glClearDepthx( GLclampx depth) { in glClearDepthx()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp334 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth){ in glClearDepthf()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp86 void GLAPIENTRY dummy_glClearDepth(GLclampd depth){} in dummy_glClearDepth()