Searched defs:obtain (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp7 ** You may obtain a copy of the License at
240 mDstPixel.setTo(regs.obtain(), &mCbFormat);
261 parts.dither = reg_t(regs.obtain());
269 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
357 int Rx = scratches.obtain();
358 int Ry = scratches.obtain();
373 int tx = scratches.obtain();
374 int ty = scratches.obtain();
389 int Rs = scratches.obtain();
403 int dfdx = scratches.obtain();
1082 int RegisterAllocator::RegisterFile::obtain() function in class:android::RegisterAllocator::RegisterFile
[all...]
H A DGGLAssembler.h7 ** You may obtain a copy of the License at
72 int obtain();
100 int obtain() { function in class:android::RegisterAllocator::Scratch
101 int reg = mRegFile.obtain();
345 r.reg = regs.obtain();

Completed in 360 milliseconds