Searched refs:mColorTargets (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp34 mColorTargets = new DrvAllocation*[mColorTargetsCount];
36 mColorTargets[i] = 0;
46 delete [] mColorTargets;
94 if (mColorTargets[i] != NULL) {
95 if (mColorTargets[i]->textureID) {
97 GL_TEXTURE_2D, mColorTargets[i]->textureID, 0);
100 GL_RENDERBUFFER, mColorTargets[i]->renderTargetID);
118 if (mColorTargets[i] != NULL) {
129 if(mColorTargets[0] && mColorTargets[
[all...]
H A DrsdFrameBufferObj.h31 mColorTargets[index] = color;
44 DrvAllocation **mColorTargets; member in class:RsdFrameBufferObj
/frameworks/rs/
H A DrsFBOCache.cpp30 mColorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount];
36 delete[] mColorTargets;
58 mColorTargets[slot].set(a);
77 mColorTargets[i].set(NULL);
H A DrsFBOCache.h56 ObjectBaseRef<Allocation> *mColorTargets; member in class:android::renderscript::FBOCache

Completed in 379 milliseconds