Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h426 struct Geometry { struct
428 uint32_t record_count;
429 uint32_t record_size;
432 uint32_t head;
433 uint32_t tail;
436 uint32_t head_index;
439 uint32_t tail_index;
442 uint32_t count;
445 uint32_t space;
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DLayerSettings.h70 struct Geometry { struct
86 float roundedCornersRadius = 0.0;
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h72 struct Geometry { struct
88 float roundedCornersRadius = 0.0;
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h124 struct Geometry { struct
129 inline bool operator==(const Geometry& rhs) const { argument
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java52 public interface Geometry { interface in CbGeoUtils
/aosp12/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc128 TYPED_TEST(BroadcastRingTest, Geometry) { in TYPED_TEST() argument