Lines Matching refs:u32
124 … NW_RES_FIELD_FLAGS_DECL( u32, Flags ) // GetFlags(), SetFlags(), EnableFlags(), DisableFlags()
135 u32 GetVertexCount();
205 NW_RES_FIELD_PRIMITIVE_DECL( u32, FormatType ) // GetFormatType(), SetFormatType()
233 u32 m_LocationAddress;
234 u32 m_MemoryArea;
274 NW_RES_FIELD_PRIMITIVE_DECL( u32, BufferObject ) // GetBufferObject(), SetBufferObject() in NW_RES_CTOR_INHERIT()
284 NW_RES_FIELD_PRIMITIVE_DECL( u32, LocationFlag ) // GetLocationFlag(), SetLocationFlag() in NW_RES_CTOR_INHERIT()
301 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR_INHERIT()
308 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
309 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
319 u32 GetImageAddress() const in GetImageAddress()
321 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
329 return reinterpret_cast<u32>( this->GetStream() ); in GetImageAddress()
354 NW_RES_FIELD_PRIMITIVE_DECL( u32, FormatType ) // GetFormatType(), SetFormatType()
384 NW_RES_FIELD_PRIMITIVE_DECL( u32, Offset )
410 NW_RES_FIELD_PRIMITIVE_DECL( u32, Stride )
452 u32 m_LocationAddress;
453 u32 m_MemoryArea;
474 NW_RES_FIELD_PRIMITIVE_DECL( u32, FormatType ) // GetFormatType(), SetFormatType() in NW_RES_CTOR()
508 NW_RES_FIELD_PRIMITIVE_DECL( u32, BufferObject ) // GetBufferObject(), SetBufferObject() in NW_RES_CTOR()
518 NW_RES_FIELD_PRIMITIVE_DECL( u32, LocationFlag ) // GetLocationFlag(), SetLocationFlag() in NW_RES_CTOR()
532 u32 GetLocationAddress() const { return ref().m_LocationAddress; } in NW_RES_CTOR()
539 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
540 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
550 u32 GetImageAddress() const in GetImageAddress()
552 u32 locationAddress = this->GetLocationAddress(); in GetImageAddress()
560 return reinterpret_cast<u32>( this->GetStream() ); in GetImageAddress()
577 u32 GetVertexCount();