Searched refs:TYPE_LOCATION (Results 1 – 2 of 2) sorted by relevance
261 if (binding.type != BindingPoint::TYPE_LOCATION) in areVertexArrayLocationsValid()282 DE_ASSERT(va.binding.type == BindingPoint::TYPE_LOCATION); in appendAttributeNonStrided()391 DE_ASSERT(vertexArray.binding.type == BindingPoint::TYPE_LOCATION); in getUserPointerDescriptor()436 DE_ASSERT(vaIter->binding.type == BindingPoint::TYPE_LOCATION); in disableVertexArrays()
97 TYPE_LOCATION = 0, //!< Binding by numeric location. enumerator108 explicit BindingPoint (int location_) : type(TYPE_LOCATION), location(location_) {} in BindingPoint()