HomeSort by relevance Sort by last modified time
    Searched defs:wideColorGamut (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 37 uint32_t viewportWidth, uint32_t viewportHeight, bool wideColorGamut)
43 , wideColorGamut(wideColorGamut) {
49 wideColorGamut ? GL_RGBA16F : caches.rgbaInternalFormat(), GL_RGBA);
135 return int(lhs.wideColorGamut) - int(rhs.wideColorGamut);
147 const uint32_t width, const uint32_t height, bool wideColorGamut) {
150 Entry entry(width, height, wideColorGamut);
163 width, height, wideColorGamut);
182 bool wideColorGamut = layer->wideColorGamut
    [all...]
OffscreenBufferPool.h 46 uint32_t viewportWidth, uint32_t viewportHeight, bool wideColorGamut = false);
71 bool wideColorGamut = false;
95 const uint32_t width, const uint32_t height, bool wideColorGamut = false);
127 Entry(const uint32_t layerWidth, const uint32_t layerHeight, bool wideColorGamut)
130 , wideColorGamut(wideColorGamut) {}
136 , wideColorGamut(layer->wideColorGamut) {
156 bool wideColorGamut = false;
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 66 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut,
87 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, wideColorGamut,
168 const bool wideColorGamut = colorMode == ColorMode::WideColorGamut;
169 mEglSurface = mEglManager.createSurface(surface, wideColorGamut);
  /frameworks/base/libs/hwui/renderthread/
OpenGLPipeline.cpp 61 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut,
80 opaque, wideColorGamut, lightInfo);
157 const bool wideColorGamut = colorMode == ColorMode::WideColorGamut;
158 mEglSurface = mEglManager.createSurface(surface, wideColorGamut);
187 LayerUpdateQueue* layerUpdateQueue, bool opaque, bool wideColorGamut,
194 BakedOpRenderer renderer(caches, mRenderThread.renderState(), opaque, wideColorGamut, lightInfo);
208 const DamageAccumulator& damageAccumulator, bool wideColorGamut) {
214 node->getWidth(), node->getHeight(), wideColorGamut));
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 195 milliseconds