Searched refs:SetComponentTypeMask (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexArray.cpp | 478 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribFormat() 534 SetComponentTypeMask(componentType, attribIndex, &mState.mVertexAttributesTypeMask); in setVertexAttribPointerImpl()
|
D | Framebuffer.cpp | 844 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()
|
D | State.cpp | 481 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()
|
D | angletypes.h | 772 ANGLE_INLINE void SetComponentTypeMask(ComponentType type, size_t index, ComponentTypeMask *mask) in SetComponentTypeMask() function
|
D | ProgramExecutable.cpp | 1235 SetComponentTypeMask(componentType, location, &mDrawBufferTypeMask); in linkValidateOutputVariables()
|
D | Program.cpp | 3876 SetComponentTypeMask(componentType, location, in linkAttributes()
|