class SortKey

Defined at line 63 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.h

Helper for the creation of uint64_t sort-keys for the opaque and

translucent RenderQueues.

Public Methods

void SortKey (const SortKey & other)

Defined at line 68 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.h

uint64_t key ()

Defined at line 70 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.h

SortKey NewOpaque (Hash pipeline_hash, Hash draw_hash, float depth)

Defined at line 312 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.cc

SortKey NewTranslucent (Hash pipeline_hash, Hash draw_hash, float depth)

Defined at line 337 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.cc

SortKey NewWireframe (Hash pipeline_hash, Hash draw_hash, float depth)

Defined at line 351 of file ../../src/ui/lib/escher/paper/paper_draw_call_factory.cc