Home
last modified time | relevance | path

Searched refs:LCD (Results 1 – 3 of 3) sorted by relevance

/external/skia/resources/
Dslides_content2.lua41 - Push LCD decision-making out of Blink
/external/mesa3d/docs/specs/OLD/
DEGL_MESA_screen_surface.txt111 (CRT vs LCD, etc) or other factors.
140 For example, LCD panels have a native resolution and refresh rate
193 12. How should sub-pixel LCD color information be made available?
341 screen (ex. for particular LCD resolutions)
/external/clang/lib/Sema/
DSemaDecl.cpp11192 const LambdaCaptureDefault LCD = LambdaClass->getLambdaCaptureDefault(); in RebuildLambdaScopeInfo() local
11194 if (LCD == LCD_None) in RebuildLambdaScopeInfo()
11196 else if (LCD == LCD_ByCopy) in RebuildLambdaScopeInfo()
11198 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()