Home
last modified time | relevance | path

Searched defs:FakeExternalTexture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/Tracing/
H A DTransactionProtoParser.cpp29 class FakeExternalTexture : public renderengine::ExternalTexture { class
38 FakeExternalTexture(uint32_t width, uint32_t height, uint64_t id, PixelFormat pixelFormat, in FakeExternalTexture() function in android::surfaceflinger::FakeExternalTexture
/aosp_15_r20/frameworks/native/libs/renderengine/include/renderengine/mock/
H A DFakeExternalTexture.h36 FakeExternalTexture(uint32_t width, uint32_t height, uint64_t id, PixelFormat pixelFormat, in FakeExternalTexture() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionApplicationTest.cpp288 class FakeExternalTexture : public renderengine::ExternalTexture { class
297 FakeExternalTexture(BufferData& bufferData) in FakeExternalTexture() function in android::FakeExternalTexture