Home
last modified time | relevance | path

Searched refs:kQ3ObjectTypeSlab (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DMemory.c593 Q3_REQUIRE_OR_RESULT(Q3Object_IsType(theSlab, kQ3ObjectTypeSlab), NULL); in Q3SlabMemory_GetData()
631 Q3_REQUIRE_OR_RESULT(Q3Object_IsType(theSlab, kQ3ObjectTypeSlab), NULL); in Q3SlabMemory_AppendData()
671 Q3_REQUIRE_OR_RESULT(Q3Object_IsType(theSlab, kQ3ObjectTypeSlab), 0); in Q3SlabMemory_GetCount()
705 Q3_REQUIRE_OR_RESULT(Q3Object_IsType(theSlab, (kQ3ObjectTypeSlab)), kQ3Failure); in Q3SlabMemory_SetCount()
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Memory.c118 Q3_CLASS_ENUMS ( kQ3ObjectTypeSlab, E3SlabMemory, OpaqueTQ3Object )
277 qd3dStatus = E3ClassTree::UnregisterClass(kQ3ObjectTypeSlab, kQ3True);
1003 return E3ClassTree::CreateInstance ( kQ3ObjectTypeSlab, kQ3False, &paramData ) ;
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesa.h569 kQ3ObjectTypeSlab = Q3_OBJECT_TYPE('s', 'l', 'a', 'b'), enumerator