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
243 mDstPixel.setTo(regs.obtain(), &mCbFormat);
264 parts.dither = reg_t(regs.obtain());
272 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
360 int Rx = scratches.obtain();
361 int Ry = scratches.obtain();
376 int tx = scratches.obtain();
377 int ty = scratches.obtain();
392 int Rs = scratches.obtain();
406 int dfdx = scratches.obtain();
1118 int RegisterAllocator::RegisterFile::obtain() function in class:android::RegisterAllocator::RegisterFile
[all...]
H A DGGLAssembler.h7 ** You may obtain a copy of the License at
79 int obtain();
110 int obtain() { function in class:android::RegisterAllocator::Scratch
111 int reg = mRegFile.obtain();
355 r.reg = regs.obtain();

Completed in 224 milliseconds