Searched defs:gpuHint (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2089 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2090 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2098 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2099 gpuHint->mEGLDisplay = eglGetCurrentDisplay();
2100 if(!gpuHint->mEGLDisplay) {
2104 gpuHint->mEGLContext = eglGetCurrentContext();
2105 if(!gpuHint->mEGLContext) {
2111 if(!gpuHint->mPrevCompositionGLES && !MDPComp::isIdleFallback()) {
2115 if((gpuHint
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2089 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2090 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2098 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2099 gpuHint->mEGLDisplay = eglGetCurrentDisplay();
2100 if(!gpuHint->mEGLDisplay) {
2104 gpuHint->mEGLContext = eglGetCurrentContext();
2105 if(!gpuHint->mEGLContext) {
2111 if(gpuHint->mCompositionState != COMPOSITION_STATE_GPU
2116 if((gpuHint
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp2517 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2518 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2525 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2526 gpuHint->mEGLDisplay = (*(ctx->mpfn_eglGetCurrentDisplay))();
2527 if(!gpuHint->mEGLDisplay) {
2531 gpuHint->mEGLContext = (*(ctx->mpfn_eglGetCurrentContext))();
2532 if(!gpuHint->mEGLContext) {
2538 if(gpuHint->mCompositionState != COMPOSITION_STATE_GPU
2543 if((gpuHint
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2432 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2433 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2441 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2442 gpuHint->mEGLDisplay = eglGetCurrentDisplay();
2443 if(!gpuHint->mEGLDisplay) {
2447 gpuHint->mEGLContext = eglGetCurrentContext();
2448 if(!gpuHint->mEGLContext) {
2454 if(gpuHint->mCompositionState != COMPOSITION_STATE_GPU
2459 if((gpuHint
[all...]

Completed in 31 milliseconds