Home
last modified time | relevance | path

Searched refs:BPTYPE_LOCATION (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluDrawUtil.cpp261 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()
DgluDrawUtil.hpp97 BPTYPE_LOCATION = 0, //!< Binding by numeric location. enumerator
108 explicit BindingPoint (int location_) : type(BPTYPE_LOCATION), location(location_) {} in BindingPoint()