Searched refs:vertexAttribute (Results 1 – 10 of 10) sorted by relevance
181 mState.vertexAttribute[sw::Color0].mCurrentValue[0] = 1.0f; in Context()182 mState.vertexAttribute[sw::Color0].mCurrentValue[1] = 1.0f; in Context()183 mState.vertexAttribute[sw::Color0].mCurrentValue[2] = 1.0f; in Context()184 mState.vertexAttribute[sw::Color0].mCurrentValue[3] = 1.0f; in Context()185 mState.vertexAttribute[sw::Normal].mCurrentValue[0] = 0.0f; in Context()186 mState.vertexAttribute[sw::Normal].mCurrentValue[1] = 0.0f; in Context()187 mState.vertexAttribute[sw::Normal].mCurrentValue[2] = 1.0f; in Context()188 mState.vertexAttribute[sw::Normal].mCurrentValue[3] = 0.0f; in Context()189 mState.vertexAttribute[sw::TexCoord0].mCurrentValue[0] = 0.0f; in Context()190 mState.vertexAttribute[sw::TexCoord0].mCurrentValue[1] = 0.0f; in Context()[all …]
496 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; member
267 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()878 mState.vertexAttribute[attribNum].mArrayEnabled = enabled; in setVertexAttribArrayEnabled()883 return mState.vertexAttribute[attribNum]; in getVertexAttribState()889 mState.vertexAttribute[attribNum].mBoundBuffer = boundBuffer; in setVertexAttribState()890 mState.vertexAttribute[attribNum].mSize = size; in setVertexAttribState()891 mState.vertexAttribute[attribNum].mType = type; in setVertexAttribState()892 mState.vertexAttribute[attribNum].mNormalized = normalized; in setVertexAttribState()893 mState.vertexAttribute[attribNum].mStride = stride; in setVertexAttribState()894 mState.vertexAttribute[attribNum].mPointer = pointer; in setVertexAttribState()899 return mState.vertexAttribute[attribNum].mPointer; in getVertexAttribPointer()[all …]
286 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; member
131 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
142 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
126 …nst vk::VkVertexInputAttributeDescription vertexAttribute) { m_vertexInputAttributes.push_back(ver… in addVertexAttribute() argument
235 mState.vertexAttribute[i].mBoundBuffer = nullptr; in ~Context()857 return mState.vertexAttribute; in getCurrentVertexAttributes()3685 if(mState.vertexAttribute[attribute].mBoundBuffer.name() == buffer) in detachBuffer()3687 mState.vertexAttribute[attribute].mBoundBuffer = nullptr; in detachBuffer()3819 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()3828 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()3837 mState.vertexAttribute[index].setCurrentValue(values); in setVertexAttrib()
418 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS]; member
2067 const VkVertexInputAttributeDescription vertexAttribute = in createPipeline() local2105 …&vertexAttribute, // const VkVertexInputAttributeDescription* pVertexAttributeDescriptio… in createPipeline()