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

/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp112 struct VertexArrayPointer struct in namespace:glu
122 VertexArrayPointer (VertexComponentType componentType_, VertexComponentConversion convert_, int numComponents_, int numElements_, int stride_, const void* data_) function in struct:glu::VertexArrayPointer
132 VertexArrayPointer (void) function in struct:glu::VertexArrayPointer
146 VertexArrayPointer pointer;
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 70 milliseconds