Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DLayerSettings.h70 struct Geometry { struct
72 FloatRect boundaries = FloatRect();
75 mat4 positionTransform = mat4();
86 float roundedCornersRadius = 0.0;
89 FloatRect roundedCornersCrop = FloatRect();
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
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;
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h72 struct Geometry { struct
74 FloatRect boundaries = FloatRect();
77 mat4 positionTransform = mat4();
88 float roundedCornersRadius = 0.0;
91 FloatRect roundedCornersCrop = FloatRect();
/frameworks/native/services/surfaceflinger/
DLayer.h123 struct Geometry { struct
128 inline bool operator==(const Geometry& rhs) const { argument
/frameworks/base/telephony/java/android/telephony/
DCbGeoUtils.java52 public interface Geometry { interface in CbGeoUtils
/frameworks/native/libs/vr/libbroadcastring/
Dbroadcast_ring_test.cc128 TYPED_TEST(BroadcastRingTest, Geometry) { in TYPED_TEST() argument