HomeSort by relevance Sort by last modified time
    Searched refs:mColorTargetsCount (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 32 mColorTargetsCount = 1;
33 mColorTargets = new DrvAllocation*[mColorTargetsCount];
34 for (uint32_t i = 0; i < mColorTargetsCount; i ++) {
92 for (uint32_t i = 0; i < mColorTargetsCount; i ++) {
116 for (uint32_t i = 0; i < mColorTargetsCount; i ++) {
rsdFrameBufferObj.h 45 uint32_t mColorTargetsCount;

Completed in 799 milliseconds