Home
last modified time | relevance | path

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

/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()