Searched refs:mIndexType (Results 1 – 5 of 5) sorted by relevance
21 mIndexType = gl::DrawElementsType::InvalidEnum; in IndexBuffer9()68 mIndexType = indexType; in initialize()102 return mIndexType; in getIndexType()114 if (bufferSize > mBufferSize || indexType != mIndexType) in setSize()142 switch (mIndexType) in getIndexFormat()
51 gl::DrawElementsType mIndexType; variable
23 mIndexType(gl::DrawElementsType::InvalidEnum), in IndexBuffer11()61 mIndexType = indexType; in initialize()102 return mIndexType; in getIndexType()114 if (bufferSize > mBufferSize || indexType != mIndexType) in setSize()141 switch (mIndexType) in getIndexFormat()
52 gl::DrawElementsType mIndexType; variable
29 : mBufferSize(bufferSize), mIndexType(indexType) in MockIndexBuffer()41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType()46 gl::DrawElementsType mIndexType; member in __anon088433530111::MockIndexBuffer53 : mBufferSize(bufferSize), mIndexType(indexType) in MockBufferFactoryD3D()71 return new MockIndexBuffer(mBufferSize, mIndexType); in createIndexBuffer()76 gl::DrawElementsType mIndexType; member in __anon088433530111::MockBufferFactoryD3D