Searched refs:RegisterFile (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h44 class RegisterFile;
46 RegisterFile& registerFile();
52 class RegisterFile class in class:android::RegisterAllocator
55 RegisterFile();
56 RegisterFile(const RegisterFile& rhs);
57 ~RegisterFile();
61 bool operator == (const RegisterFile& rhs) const;
62 bool operator != (const RegisterFile& rhs) const {
94 Scratch(RegisterFile
[all...]
H A DGGLAssembler.cpp1025 RegisterAllocator::RegisterFile& RegisterAllocator::registerFile()
1032 RegisterAllocator::RegisterFile::RegisterFile() function in class:android::RegisterAllocator::RegisterFile
1039 RegisterAllocator::RegisterFile::RegisterFile(const RegisterFile& rhs) function in class:android::RegisterAllocator::RegisterFile
1044 RegisterAllocator::RegisterFile::~RegisterFile()
1048 bool RegisterAllocator::RegisterFile::operator == (const RegisterFile
[all...]

Completed in 165 milliseconds