Home
last modified time | relevance | path

Searched refs:mDefaultPixelFormat (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.h124 const PixelFormat mDefaultPixelFormat; variable
H A DSkiaGLRenderEngine.cpp312 mDefaultPixelFormat(static_cast<PixelFormat>(args.pixelFormat)), in SkiaGLRenderEngine()
1421 const float SURFACE_SIZE_MULTIPLIER = 3.5f * bytesPerPixel(mDefaultPixelFormat); in onActiveDisplaySizeChanged()