Searched refs:mAttributesTypeMask (Results 1 – 4 of 4) sorted by relevance
91 const ComponentTypeMask &getAttributesTypeMask() const { return mAttributesTypeMask; } in getAttributesTypeMask()163 ComponentTypeMask mAttributesTypeMask; variable
23 mAttributesTypeMask(0), in ProgramExecutable()39 mAttributesTypeMask.reset(); in reset()
299 mState.mExecutable.mAttributesTypeMask = vertexExecutable.mAttributesTypeMask; in updateExecutableAttributes()
3838 ASSERT(mState.mExecutable.mAttributesTypeMask.none()); in linkAttributes()3879 &mState.mExecutable.mAttributesTypeMask); in linkAttributes()5069 stream.writeInt(static_cast<int>(mState.mExecutable.mAttributesTypeMask.to_ulong())); in serialize()5271 mState.mExecutable.mAttributesTypeMask = gl::ComponentTypeMask(stream.readInt<uint32_t>()); in deserialize()