Home | History | Annotate | Download | only in referencerenderer

Lines Matching full:renderstate

808 void transformVertexClipCoordsToWindowCoords (const RenderState& state, VertexPacket& packet)
835 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Triangle& target)
842 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Line& target)
848 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Point& target)
854 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list)
1025 void writeFragmentPackets (const RenderState& state,
1098 void rasterizePrimitive (const RenderState& state,
1166 void rasterizePrimitive (const RenderState& state,
1219 void rasterizePrimitive (const RenderState& state,
1285 void rasterize (const RenderState& state,
1329 void drawBasicPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program& program, ContainerType& primList, VertexPacketAllocator& vpalloc)
1386 void drawGeometryShaderOutputAsPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program& program, VertexPacket* const* vertices, size_t numVertices, VertexPacketAllocator& vpalloc)
1405 void drawWithGeometryShader(const RenderState& state, const RenderTarget& renderTarget, const Program& program, std::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext)
1473 void drawAsPrimitives (const RenderState& state, const RenderTarget& renderTarget, const Program& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAllocator& vpalloc)