Searched refs:displayP3 (Results 1 – 5 of 5) sorted by relevance
27 val displayP3 = ColorSpace.get(ColorSpace.Named.DISPLAY_P3) constant
55 val colorSpaces = arrayOf(sRGB, displayP3, bt2020_pq, scRGB) in onDraw()
82 bool displayP3 = false; member147 hasWideColorSpaceExtension = EglExtensions.displayP3; in initialize()314 EglExtensions.displayP3 = extensions.has("EGL_EXT_gl_colorspace_display_p3_passthrough"); in initExtensions()
368 const ColorSpace displayP3(ColorSpace::DisplayP3()); in GLESRenderEngine() local373 mDisplayP3ToXyz = mat4(displayP3.getRGBtoXYZ()); in GLESRenderEngine()376 mXyzToDisplayP3 = mat4(displayP3.getXYZtoRGB()); in GLESRenderEngine()
1473 ColorSpace displayP3 = ColorSpace::DisplayP3(); in tonemap() local1504 const vec3 targetRGB = OETF_sRGB(displayP3.getXYZtoRGB() * normalizedXYZ) * 255; in tonemap()