Searched refs:SetComponentTypeMask (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexArray.cpp | 409 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribFormat() 463 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribPointerImpl()
|
D | Framebuffer.cpp | 801 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()
|
D | angletypes.h | 431 ANGLE_INLINE void SetComponentTypeMask(ComponentType type, size_t index, ComponentTypeMask *mask) in SetComponentTypeMask() function
|
D | State.cpp | 439 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()
|
D | Program.cpp | 3878 SetComponentTypeMask(componentType, location, in linkAttributes() 4591 SetComponentTypeMask(componentType, location, &mState.mDrawBufferTypeMask); in linkOutputVariables()
|