Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.cpp107 TYPE_PLANAR = 0, //!< Data for each vertex array resides in a separate contiguous block in buffer. enumerator
113 …derContext& context, int numBindings, const VertexArrayBinding* bindings, Type type = TYPE_PLANAR);
349 if (type == TYPE_PLANAR) in VertexBuffer()