Home
last modified time | relevance | path

Searched defs:LayerInfo (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/tracing/
H A DTransactionTraceTestSuite.cpp96 struct LayerInfo { struct
97 uint64_t id;
98 std::string name;
99 uint64_t parent;
100 int z;
101 uint64_t curr_frame;
102 float x;
103 float y;
104 uint32_t bufferWidth;
105 uint32_t bufferHeight;
[all …]
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DLayerInfo.java23 public class LayerInfo { class
27 LayerInfo(int depth) { in LayerInfo() method in LayerInfo
32 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DLayerInfo.java7 public class LayerInfo { class
11 LayerInfo(int depth) { in LayerInfo() method in LayerInfo
16 LayerInfo(int front, int back) { in LayerInfo() method in LayerInfo
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSkottiePriv.h261 struct LayerInfo { struct
262 SkSize fSize;
263 const float fInPoint,
264 fOutPoint;
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerHistory.h41 class LayerInfo; variable
H A DLayerInfo.cpp43 LayerInfo::LayerInfo(const std::string& name, uid_t ownerUid, in LayerInfo() function in android::scheduler::LayerInfo
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3976 struct LayerInfo struct in deqp::gles31::Functional::__anon39b763e60111::DepthDrawCase
3978 float zOffset;
3979 float zScale;
3980 tcu::Vec4 color1;
3981 tcu::Vec4 color2;
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter.proto723 message LayerInfo { message