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

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

Completed in 111 milliseconds