Home
last modified time | relevance | path

Searched refs:objType (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/reactx/dxg/
H A Dddhmg.c203 DdAllocateObject(ULONG objSize, UCHAR objType, BOOLEAN objZeroMemory) in DdAllocateObject() argument
208 pObject = EngAllocMem(FL_ZERO_MEMORY, objSize, ((ULONG)objType << 24) + TAG_DH_0); in DdAllocateObject()
210 pObject = EngAllocMem(0, objSize, ((ULONG)objType << 24) + TAG_DH_0); in DdAllocateObject()
259 DdGetFreeHandle(UCHAR objType) in DdGetFreeHandle() argument
285 pEntry->FullUnique = objType | 8; in DdGetFreeHandle()
309 pEntry->FullUnique = objType | 8; in DdGetFreeHandle()
340 DdHmgAlloc(ULONG objSize, CHAR objType, BOOLEAN objLock) in DdHmgAlloc() argument
347 pObject = DdAllocateObject(objSize, objType, TRUE); in DdHmgAlloc()
354 DdHandle = DdGetFreeHandle(objType); in DdHmgAlloc()
363 pEntry->Objt = objType; in DdHmgAlloc()
H A Ddxg_int.h212 HANDLE FASTCALL DdHmgAlloc(ULONG objSize, CHAR objType, BOOLEAN objLock);
/reactos/dll/opengl/opengl32/
H A Dwgl.c26 DWORD objType = GetObjectType(hdc); in get_dc_data_ex() local
36 if(objType == OBJ_DC) in get_dc_data_ex()
44 else if(objType == OBJ_MEMDC) in get_dc_data_ex()
745 DWORD objType = GetObjectType(hdc); in wglMakeCurrent() local
746 if (objType != OBJ_DC && objType != OBJ_MEMDC) in wglMakeCurrent()
750 ERR("hdc (%p) is not a DC handle (ObjectType: %d)!\n", hdc, objType); in wglMakeCurrent()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c1825 xmlXPathObjectType objType) in xmlXPathDebugObjUsageRequested() argument
1837 switch (objType) { in xmlXPathDebugObjUsageRequested()
1876 switch (objType) { in xmlXPathDebugObjUsageRequested()
1983 xmlXPathObjectType objType) in xmlXPathDebugObjUsageReleased() argument
1995 switch (objType) { in xmlXPathDebugObjUsageReleased()
2034 switch (objType) { in xmlXPathDebugObjUsageReleased()