Searched refs:BOOL (Results 1 – 12 of 12) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
D | wglext.h | 455 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height); 456 extern BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, … 460 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int… 461 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … 479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… 480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… 481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri… 483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… [all …]
|
/sdk/find_java/src/source/ |
D | utils.cpp | 170 typedef BOOL (WINAPI *disableWow64FuncType)(PVOID *); in disableWow64FsRedirection() 193 typedef BOOL (WINAPI *revertWow64FuncType)(PVOID); in revertWow64FsRedirection()
|
D | find_java_lib.cpp | 461 BOOL ok = CreateProcessA( in getJavaVersion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
D | GLMessageFormatter.java | 100 case BOOL: in formatDataValue() 130 case BOOL: in formatPointer()
|
D | GLDataTypeSpec.java | 42 return Type.BOOL; in getDataType()
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
D | osProcessWin.cpp | 36 BOOL ret = CreateProcessA( in create()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | NativeMacSubWindow.m | 29 - (BOOL)isOpaque {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | EclipseXmlPrettyPrinter.java | 180 case BOOL: in get()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptQuickFix.java | 362 case BOOL: value = "true"; break; //$NON-NLS-1$ in perform()
|
/sdk/find_lock/ |
D | find_lock.cpp | 190 BOOL ok = OpenProcessToken(GetCurrentProcess(), // ProcessHandle in adjustPrivileges()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 1496 case BOOL:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 1268 BOOL(5, 6), enumConstant 1284 case 6: return BOOL; in valueOf()
|