Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/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/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.h74 struct Geometry { struct
76 FloatRect boundaries = FloatRect();
79 mat4 positionTransform = mat4();
90 vec2 roundedCornersRadius = vec2(0.0f, 0.0f);
93 FloatRect roundedCornersCrop = FloatRect();
/frameworks/native/services/surfaceflinger/
DLayer.h103 struct Geometry { struct
108 inline bool operator==(const Geometry& rhs) const { argument
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h42 Geometry = 1u << 3, enumerator
/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