OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawFromVAOBuffers
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/
gluDrawUtil.hpp
202
void
drawFromVAOBuffers
(const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback = DE_NULL);
gluDrawUtil.cpp
580
void
drawFromVAOBuffers
(const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallback* callback)
595
drawFromVAOBuffers
(context, program, numVertexArrays, vertexArrays, primitives, callback);
Completed in 46 milliseconds