Home
last modified time | relevance | path

Searched refs:RRectType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.h41 enum RRectType { enum
54 RRectType fType;
DGLSkiaShadowPort.cpp191 static int rrect_type_to_vert_count(RRectType type) { in rrect_type_to_vert_count()
204 static int rrect_type_to_index_count(RRectType type) { in rrect_type_to_index_count()
217 static const uint16_t* rrect_type_to_indices(RRectType type) { in rrect_type_to_indices()
523 RRectType type = kFill_RRectType; in getShadowGeometry()