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