Searched refs:s1 (Results 1 – 6 of 6) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglValidate.cpp | 66 bool EglValidate::releaseContext(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in releaseContext() argument 68 (s1 == EGL_NO_SURFACE) && in releaseContext() 72 bool EglValidate::badContextMatch(EGLContext ctx,EGLSurface s1,EGLSurface s2) { in badContextMatch() argument 73 return ctx != EGL_NO_CONTEXT ? (s1 == EGL_NO_SURFACE || s2 == EGL_NO_SURFACE): in badContextMatch() 74 (s1 != EGL_NO_SURFACE || s2 != EGL_NO_SURFACE); in badContextMatch()
|
D | EglValidate.h | 26 static bool releaseContext(EGLContext ctx,EGLSurface s1,EGLSurface s2); 27 static bool badContextMatch(EGLContext ctx,EGLSurface s1,EGLSurface s2);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 422 public int compare(String s1, String s2) { in sortAttributeChoices() 423 int compare = score(attributeInfo, s1) - score(attributeInfo, s2); in sortAttributeChoices() 426 compare = s1.compareToIgnoreCase(s2); in sortAttributeChoices()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | BaseBuilder.java | 120 String s1 = pathSegments[i]; in findMatchingSourceFolder() local 123 if (s1.equalsIgnoreCase(s2) == false) { in findMatchingSourceFolder()
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 1443 int s0, s1, s2, port; in socket_pair() 1473 s1 = accept(s0, (struct sockaddr*) &sockin, &len); in socket_pair() 1474 if (s1 == INVALID_SOCKET) { in socket_pair() 1479 socket_set_nonblock(s1); in socket_pair() 1483 *fd1 = s1; in socket_pair()
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | README | 43 int foo(int p1, short s1) 49 s1 // 2 bytes
|