Searched refs:EGLStatus (Results 1 – 7 of 7) sorted by relevance
155 enum EGLStatus {READY, UNREADY}; enum179 EGLStatus GetEGLStatus() const;206 EGLStatus isEGLReady = EGLStatus::UNREADY;
43 EGLStatus RenderEnvironment::GetEGLStatus() const in GetEGLStatus()62 isEGLReady = EGLStatus::READY; in Init()607 isEGLReady = EGLStatus::UNREADY; in ReleaseParam()
117 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
118 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in OnApplyRGBA8888()
136 …if (context_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY && context_->ipType_ == IPTyp… in DoNegotiate()
242 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in ConvertFromCPU2GPU()409 if (context->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in RenderWithGPU()
380 if (effectParameters.effectContext_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY in StartPipelineInner()771 if (impl_->effectContext_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY) { in ConsumerBufferWithGPU()