Searched refs:setColorSpaceAgnostic (Results 1 – 11 of 11) sorted by relevance
390 void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() method in WindowSurfaceController403 mSurfaceControl.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnostic()
252 mSurface.setColorSpaceAgnostic(true); in createSurface()
490 mSurfaceController.setColorSpaceAgnostic((attrs.privateFlags in createSurfaceLocked()1261 mSurfaceController.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnosticLocked()
1272 public void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() method in SurfaceControl1275 sGlobalTransaction.setColorSpaceAgnostic(this, agnostic); in setColorSpaceAgnostic()2353 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() method in SurfaceControl.Transaction
411 Transaction& setColorSpaceAgnostic(const sp<SurfaceControl>& sc, const bool agnostic);
331 virtual bool setColorSpaceAgnostic(const bool agnostic);
1187 bool Layer::setColorSpaceAgnostic(const bool agnostic) { in setColorSpaceAgnostic() function in android::Layer
4116 if (layer->setColorSpaceAgnostic(s.colorSpaceAgnostic)) { in setClientStateLocked()
1022 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic() function in android::SurfaceComposerClient::Transaction
542 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()
17928 HSPLcom/android/server/wm/WindowSurfaceController;->setColorSpaceAgnostic(Z)V