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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 281 ctx->mGPUHintInfo.mGpuPerfModeEnable = atoi(value)? true : false;
283 ctx->mGPUHintInfo.mEGLDisplay = NULL;
284 ctx->mGPUHintInfo.mEGLContext = NULL;
285 ctx->mGPUHintInfo.mPrevCompositionGLES = false;
286 ctx->mGPUHintInfo.mCurrGPUPerfMode = EGL_GPU_LEVEL_0;
    [all...]
hwc_utils.h 559 struct gpu_hint_info mGPUHintInfo;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 298 ctx->mGPUHintInfo.mGpuPerfModeEnable = atoi(value)? true : false;
300 ctx->mGPUHintInfo.mEGLDisplay = NULL;
301 ctx->mGPUHintInfo.mEGLContext = NULL;
302 ctx->mGPUHintInfo.mCompositionState = COMPOSITION_STATE_MDP;
303 ctx->mGPUHintInfo.mCurrGPUPerfMode = EGL_GPU_LEVEL_0;
    [all...]
hwc_utils.h 596 struct gpu_hint_info mGPUHintInfo;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 664 struct gpu_hint_info mGPUHintInfo;
hwc_utils.cpp 401 ctx->mGPUHintInfo.mGpuPerfModeEnable = atoi(value)? true : false;
403 ctx->mGPUHintInfo.mEGLDisplay = NULL;
404 ctx->mGPUHintInfo.mEGLContext = NULL;
405 ctx->mGPUHintInfo.mCompositionState = COMPOSITION_STATE_MDP;
406 ctx->mGPUHintInfo.mCurrGPUPerfMode = EGL_GPU_LEVEL_0;
    [all...]

Completed in 59 milliseconds