Lines Matching refs:u32
96 u32 size);
150 virtual void DrawBegin(u32 flag = 0);
160 virtual void DrawEnd(u32 flag = 0);
204 static u32 SetUniformCommand( in SetUniformCommand()
205 u32* buffer, in SetUniformCommand()
206 u32 num in SetUniformCommand()
216 return sizeof(u32) * (4 + 4 * num); in SetUniformCommand()
226 u32 GetVertexIndexAddressOffset(u32 vtxNum) const;
229 const u32* GetDrawCommands() const;
232 u32 GetDrawCommandSize() const;
240 u32* __restrict buf,
241 u32 addr);
319 u32 m_UniformProjBuffer[ 4 + 4 * (UNIFORM_PROJ_NUM + 1) ];
322 u32 m_UniformAddrBuffer[ 4 + 4 * UNIFORM_ADDR_NUM ];
328 u32 buffer[ 4 + 4 * UNIFORM_MTX_NUM ];
335 u32 mtx [ 4 + 4 * UNIFORM_TEXT_MTX_MAX ];
338 u32 color[ 4 + 4 * UNIFORM_TEXTCOLOR_NUM ];
343 u32 m_UniformDataBuffer[ 4 + 4 * UNIFORM_DATA_NUM ];
399 u32 m_VBOBaseAddr;