Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.cpp91 struct VertexBufferDescriptor struct
96 VertexBufferDescriptor (deUint32 buffer_ = 0) in VertexBufferDescriptor() function
116 const VertexBufferDescriptor& getDescriptor (void) const { return m_layout; } in getDescriptor()
122 VertexBufferDescriptor m_layout;
422 static void setVertexBufferAttributes (const glw::Functions& gl, const VertexBufferDescriptor& buff… in setVertexBufferAttributes()