Lines Matching defs:BaseLayerProperties
468 struct BaseLayerProperties { struct
469 static constexpr uint32_t WIDTH = 100;
470 static constexpr uint32_t HEIGHT = 100;
471 static constexpr PixelFormat FORMAT = PIXEL_FORMAT_RGBA_8888;
472 static constexpr uint64_t USAGE =
474 static constexpr android_dataspace DATASPACE = HAL_DATASPACE_UNKNOWN;
475 static constexpr uint32_t SCALING_MODE = 0;
476 static constexpr uint32_t TRANSFORM = 0;
477 static constexpr uint32_t LAYER_FLAGS = 0;
479 static constexpr IComposerClient::BlendMode BLENDMODE =
482 static void enqueueBuffer(CompositionTest*, sp<BufferQueueLayer> layer) { in enqueueBuffer()
522 static void setupLatchedBuffer(CompositionTest* test, sp<BufferQueueLayer> layer) { in setupLatchedBuffer()
539 static void setupLayerState(CompositionTest* test, sp<BufferQueueLayer> layer) { in setupLayerState()
543 static void setupHwcSetGeometryCallExpectations(CompositionTest* test) { in setupHwcSetGeometryCallExpectations()
571 static void setupHwcSetSourceCropBufferCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropBufferCallExpectations()
581 static void setupHwcSetSourceCropColorCallExpectations(CompositionTest* test) { in setupHwcSetSourceCropColorCallExpectations()
590 static void setupHwcSetPerFrameCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameCallExpectations()
602 static void setupHwcSetPerFrameColorCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameColorCallExpectations()
615 static void setupHwcSetPerFrameBufferCallExpectations(CompositionTest* test) { in setupHwcSetPerFrameBufferCallExpectations()
623 static void setupREBufferCompositionCommonCallExpectations(CompositionTest* test) { in setupREBufferCompositionCommonCallExpectations()
656 static void setupREBufferCompositionCallExpectations(CompositionTest* test) { in setupREBufferCompositionCallExpectations()
660 static void setupInsecureREBufferCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferCompositionCallExpectations()
664 static void setupREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREBufferScreenshotCompositionCallExpectations()
668 static void setupInsecureREBufferScreenshotCompositionCallExpectations(CompositionTest* test) { in setupInsecureREBufferScreenshotCompositionCallExpectations()
672 static void setupREColorCompositionCallExpectations(CompositionTest* test) { in setupREColorCompositionCallExpectations()
703 static void setupREColorScreenshotCompositionCallExpectations(CompositionTest* test) { in setupREColorScreenshotCompositionCallExpectations()