Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp405 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribFormat()
461 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribPointerImpl()
DFramebuffer.cpp664 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
678 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
865 SetComponentTypeMask(getDrawbufferWriteType(index), index, &mState.mDrawBufferTypeMask); in setDrawBuffers()
1817 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
DState.cpp365 SetComponentTypeMask(ComponentType::Float, i, &mCurrentValuesTypeMask); in initialize()
1674 SetComponentTypeMask(ComponentType::Float, index, &mCurrentValuesTypeMask); in setVertexAttribf()
1683 SetComponentTypeMask(ComponentType::UnsignedInt, index, &mCurrentValuesTypeMask); in setVertexAttribu()
1692 SetComponentTypeMask(ComponentType::Int, index, &mCurrentValuesTypeMask); in setVertexAttribi()
Dangletypes.h432 ANGLE_INLINE void SetComponentTypeMask(ComponentType type, size_t index, ComponentTypeMask *mask) in SetComponentTypeMask() function
DProgram.cpp3375 SetComponentTypeMask(componentType, location, &mState.mAttributesTypeMask); in linkAttributes()
4062 SetComponentTypeMask(componentType, location, &mState.mDrawBufferTypeMask); in linkOutputVariables()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp478 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribFormat()
534 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribPointerImpl()
DFramebuffer.cpp844 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
863 SetComponentTypeMask(getDrawbufferWriteType(0), 0, &mState.mDrawBufferTypeMask); in Framebuffer()
1068 SetComponentTypeMask(getDrawbufferWriteType(index), index, &mState.mDrawBufferTypeMask); in setDrawBuffers()
2009 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
DState.cpp481 SetComponentTypeMask(ComponentType::Float, i, &mCurrentValuesTypeMask); in initialize()
2235 SetComponentTypeMask(ComponentType::Float, index, &mCurrentValuesTypeMask); in setVertexAttribf()
2244 SetComponentTypeMask(ComponentType::UnsignedInt, index, &mCurrentValuesTypeMask); in setVertexAttribu()
2253 SetComponentTypeMask(ComponentType::Int, index, &mCurrentValuesTypeMask); in setVertexAttribi()
Dangletypes.h772 ANGLE_INLINE void SetComponentTypeMask(ComponentType type, size_t index, ComponentTypeMask *mask) in SetComponentTypeMask() function
DProgramExecutable.cpp1235 SetComponentTypeMask(componentType, location, &mDrawBufferTypeMask); in linkValidateOutputVariables()
DProgram.cpp3876 SetComponentTypeMask(componentType, location, in linkAttributes()