Home
last modified time | relevance | path

Searched refs:createdGlesContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/graphicsenv/
DGpuStatsInfo.cpp92 if ((status = parcel->writeBool(createdGlesContext)) != OK) return status; in writeToParcel()
115 if ((status = parcel->readBool(&createdGlesContext)) != OK) return status; in readFromParcel()
135 StringAppendF(&result, "createdGlesContext = %d\n", createdGlesContext); in toString()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGpuStatsInfo.h84 bool createdGlesContext = false; variable
/frameworks/native/services/gpuservice/gpustats/
DGpuStats.cpp265 targetAppStats.createdGlesContext = true; in insertTargetStatsArray()
439 ele.second.createdGlesContext, in pullAppInfoAtom()