Searched refs:agnostic (Results 1 – 10 of 10) sorted by relevance
390 void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() argument392 logSurface("isColorSpaceAgnostic=" + agnostic, null); in setColorSpaceAgnostic()403 mSurfaceControl.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnostic()
1257 void setColorSpaceAgnosticLocked(boolean agnostic) { in setColorSpaceAgnosticLocked() argument1261 mSurfaceController.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnosticLocked()
39 // PRODUCT-agnostic resource data like IDs and type definitions.
120 boolean agnostic); in nativeSetColorSpaceAgnostic() argument1257 public void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() argument1260 sGlobalTransaction.setColorSpaceAgnostic(this, agnostic); in setColorSpaceAgnostic()2323 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() argument2325 nativeSetColorSpaceAgnostic(mNativeObject, sc.mNativeObject, agnostic); in setColorSpaceAgnostic()
410 Transaction& setColorSpaceAgnostic(const sp<SurfaceControl>& sc, const bool agnostic);
1187 bool Layer::setColorSpaceAgnostic(const bool agnostic) { in setColorSpaceAgnostic() argument1188 if (mCurrentState.colorSpaceAgnostic == agnostic) { in setColorSpaceAgnostic()1192 mCurrentState.colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
330 virtual bool setColorSpaceAgnostic(const bool agnostic);
255 # SurfaceFlinger expects for surfaces which are color space agnostic.
1024 const sp<SurfaceControl>& sc, const bool agnostic) { in setColorSpaceAgnostic() argument1031 s->colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
521 jlong nativeObject, jboolean agnostic) { in nativeSetColorSpaceAgnostic() argument524 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()