OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawUtilCallback
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/opengl/
gluDrawUtil.hpp
191
class
DrawUtilCallback
198
void draw (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback = DE_NULL);
200
void drawFromUserPointers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback = DE_NULL);
201
void drawFromBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback = DE_NULL);
202
void drawFromVAOBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback = DE_NULL);
gluDrawUtil.cpp
495
void drawFromUserPointers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback)
527
void drawFromBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback)
580
void drawFromVAOBuffers (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback)
590
void draw (const RenderContext& context, deUint32 program, int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives,
DrawUtilCallback
* callback)
/external/deqp/modules/glshared/
glsShaderLibraryCase.cpp
213
class BeforeDrawValidator : public glu::
DrawUtilCallback
[
all
...]
Completed in 672 milliseconds