Searched defs:BindingPoint (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp93 struct BindingPoint struct in namespace:glu
107 BindingPoint (void) : type(TYPE_LAST), location (0) {} function in struct:glu::BindingPoint
108 explicit BindingPoint (int location_) : type(TYPE_LOCATION), location(location_) {} function in struct:glu::BindingPoint
109 explicit BindingPoint (const std::string& name_, int location_ = 0) : type(TYPE_NAME), name(name_), location(location_) {} function in struct:glu::BindingPoint
145 BindingPoint binding;
148 VertexArrayBinding (const BindingPoint& binding_, const VertexArrayPointer& pointer_)
248 return VertexArrayBinding(BindingPoint(name, offset), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
256 return VertexArrayBinding(BindingPoint(location), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \

Completed in 114 milliseconds