Home
last modified time | relevance | path

Searched refs:SetComponentTypeMask (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DVertexArray.cpp409 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribFormat()
463 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribPointerImpl()
DFramebuffer.cpp801 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
817 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
1022 SetComponentTypeMask(getDrawbufferWriteType(index), index, &mState.mDrawBufferTypeMask); in setDrawBuffers()
1942 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
Dangletypes.h431 ANGLE_INLINE void SetComponentTypeMask(ComponentType type, size_t index, ComponentTypeMask *mask) in SetComponentTypeMask() function
DState.cpp439 SetComponentTypeMask(ComponentType::Float, i, &mCurrentValuesTypeMask); in initialize()
2001 SetComponentTypeMask(ComponentType::Float, index, &mCurrentValuesTypeMask); in setVertexAttribf()
2010 SetComponentTypeMask(ComponentType::UnsignedInt, index, &mCurrentValuesTypeMask); in setVertexAttribu()
2019 SetComponentTypeMask(ComponentType::Int, index, &mCurrentValuesTypeMask); in setVertexAttribi()
DProgram.cpp3878 SetComponentTypeMask(componentType, location, in linkAttributes()
4591 SetComponentTypeMask(componentType, location, &mState.mDrawBufferTypeMask); in linkOutputVariables()