Searched defs:Max (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | GoldfishMediaDefs.h | 26 Max = 4, enumerator 37 Max = 7, enumerator
|
/hardware/google/aemu/base/include/aemu/base/ |
D | CpuUsage.h | 37 Max = 512, enumerator
|
/hardware/google/aemu/base/include/aemu/base/perflogger/ |
D | Analyzer.h | 33 Max, enumerator
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | component_wise.inl | 19 floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()); local 51 …floatType const Max = static_cast<floatType>(std::numeric_limits<T>::max()) + static_cast<floatTyp… local
|
D | color_space.inl | 68 float Max = max(max(rgbColor.r, rgbColor.g), rgbColor.b); local
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | random.inl | 259 GLM_FUNC_QUALIFIER genType linearRand(genType Min, genType Max) 267 GLM_FUNC_QUALIFIER vecType<T, P> linearRand(vecType<T, P> const & Min, vecType<T, P> const & Max)
|