/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dpmsproc.h | 12 int _X_EXPORT DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dpmsproc.h | 12 int _X_EXPORT DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | dpmsproc.h | 11 void DPMSSet(int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dpmsproc.h | 11 void DPMSSet(int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dpmsproc.h | 13 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | dpmsproc.h | 13 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dpmsproc.h | 12 int DPMSSet(ClientPtr client, int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dpmsproc.h | 12 void DPMSSet(int level);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | dpmsproc.h | 12 void DPMSSet(int level);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | compiler.h | 212 * The debug level is set at build time by specifying the @c DEBUG= 235 * You can increase the debugging level for an object by specifying it 236 * with @c :N, where @c N is the level, as in 245 * heap-allocation code, with the buffer-handling code at level 2. 285 #define DBG_DISABLE( level ) do { \ 286 __debug_disable |= (level); \ 288 #define DBG_ENABLE( level ) do { \ 289 __debug_disable &= ~(level); \ 293 #define DBG_DISABLE( level ) do { } while ( 0 ) 294 #define DBG_ENABLE( level ) d [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | getsockopt.c | 26 @param [in] level Option protocol level 39 IN int level, 58 level, 37 getsockopt( IN int s, IN int level, IN int option_name, OUT void * __restrict option_value, IN OUT socklen_t * __restrict option_len ) argument
|
H A D | setsockopt.c | 26 @param [in] level Option protocol level 38 IN int level, 57 level, 36 setsockopt( IN int s, IN int level, IN int option_name, IN CONST void * option_value, IN socklen_t option_len ) argument
|
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_checklist.c | 19 int DLM_APIENTRY crDLMCheckListTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument 24 int DLM_APIENTRY crDLMCheckListCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imagesize, const GLvoid *data) argument 28 int DLM_APIENTRY crDLMCheckListTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument 33 int DLM_APIENTRY crDLMCheckListCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imagesize, const GLvoid *data) argument 38 int DLM_APIENTRY crDLMCheckListTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument 43 int DLM_APIENTRY crDLMCheckListTexImage3DEXT(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument 48 int DLM_APIENTRY crDLMCheckListCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imagesize, const GLvoid *data) argument
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_getteximage.c | 15 crServerDispatchGetTexImage(GLenum target, GLint level, GLenum format, argument 33 cr_server.head_spu->dispatch_table.GetTexImage(target, level, format, type, pbo_offset); 39 cr_server.head_spu->dispatch_table.GetTexLevelParameteriv(target, level, GL_TEXTURE_WIDTH, &width); 40 cr_server.head_spu->dispatch_table.GetTexLevelParameteriv(target, level, GL_TEXTURE_HEIGHT, &height); 41 cr_server.head_spu->dispatch_table.GetTexLevelParameteriv(target, level, GL_TEXTURE_DEPTH, &depth); 52 crDebug("GetTexImage: %d, %i, %d, %d", target, level, format, type); 60 tl = &tobj->level[0][level]; 84 cr_server.head_spu->dispatch_table.GetTexImage(target, level, format, type, buffer); 99 crServerDispatchGetCompressedTexImageARB(GLenum target, GLint level, argument [all...] |
/vbox/src/libs/xpcom18a4/python/ |
H A D | __init__.py | 90 # PYXPCOM_LOG_LEVEL=level - level may be a number or a logging level 92 # Later it may make sense to allow a different log level to be set for 141 # Allow PYXPCOM_LOG_LEVEL to set the level 142 level = os.environ.get("PYXPCOM_LOG_LEVEL") 143 if level: 145 level = int(level) 149 level [all...] |
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSFFind.cpp | 45 USHORT level, USHORT flags) 53 USHORT level, ULONG position, PCSZ pszName, USHORT flag) 61 USHORT level, USHORT flag) 80 USHORT level, USHORT flags) 88 USHORT level, ULONG timeout) 43 FS32_FINDFIRST(PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszName, USHORT iCurDirEnd, USHORT attr, PFSFSI pfsfsi, PVBOXSFFS pfsfsd, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, USHORT flags) argument 52 FS32_FINDFROMNAME(PFSFSI pfsfsi, PVBOXSFFS pfsfsd, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, ULONG position, PCSZ pszName, USHORT flag) argument 60 FS32_FINDNEXT(PFSFSI pfsfsi, PVBOXSFFS pfsfsd, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, USHORT flag) argument 78 FS32_FINDNOTIFYFIRST(PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszName, USHORT iCurDirEnd, USHORT attr, PUSHORT pHandle, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, USHORT flags) argument 87 FS32_FINDNOTIFYNEXT(USHORT handle, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, ULONG timeout) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/ |
H A D | VBoxDbgGl.h | 25 void dbglGetTexImage2D(const struct wined3d_gl_info *gl_info, GLint texTarget, GLint texName, GLint level, GLvoid **ppvImage, GLint *pw, GLint *ph, GLenum format, GLenum type); 26 void dbglDumpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, GLboolean fBreak); 27 void dbglCmpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, void *pvImage, GLint width, GLint height, GLenum format, GLenum type);
|