HomeSort by relevance Sort by last modified time
    Searched defs:GeometryEmitter (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.cpp 31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices)
38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID)
60 void GeometryEmitter::EndPrimitive (void)
66 void GeometryEmitter::moveEmittedTo (std::vector<VertexPacket*>& output)
rrPrimitivePacket.hpp 53 class GeometryEmitter
56 GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices);
64 GeometryEmitter (const GeometryEmitter&);
65 GeometryEmitter& operator= (const GeometryEmitter&);

Completed in 977 milliseconds