Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GL/
Dwglext.h455 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/
Dutils.cpp170 typedef BOOL (WINAPI *disableWow64FuncType)(PVOID *); in disableWow64FsRedirection()
193 typedef BOOL (WINAPI *revertWow64FuncType)(PVOID); in revertWow64FsRedirection()
Dfind_java_lib.cpp461 BOOL ok = CreateProcessA( in getJavaVersion()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatter.java100 case BOOL: in formatDataValue()
130 case BOOL: in formatPointer()
DGLDataTypeSpec.java42 return Type.BOOL; in getDataType()
/sdk/emulator/opengl/shared/OpenglOsUtils/
DosProcessWin.cpp36 BOOL ret = CreateProcessA( in create()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DNativeMacSubWindow.m29 - (BOOL)isOpaque {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java180 case BOOL: in get()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFix.java362 case BOOL: value = "true"; break; //$NON-NLS-1$ in perform()
/sdk/find_lock/
Dfind_lock.cpp190 BOOL ok = OpenProcessToken(GetCurrentProcess(), // ProcessHandle in adjustPrivileges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java1496 case BOOL:
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1268 BOOL(5, 6), enumConstant
1284 case 6: return BOOL; in valueOf()