HomeSort by relevance Sort by last modified time
    Searched refs:OccluderType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkShadowUtils.cpp 118 enum class OccluderType {
132 OccluderType fOccluderType;
141 case OccluderType::kTransparent:
142 case OccluderType::kOpaqueCoversUmbra:
147 case OccluderType::kOpaque:
161 bool transparent = OccluderType::kTransparent == fOccluderType;
520 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent;
522 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaque;
539 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent;
543 SpotVerticesFactory::OccluderType::kOpaqueCoversUmbra
    [all...]
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 59 enum OccluderType
218 std::vector<OccluderType> occOptions(0);
229 OccluderType type = occOptions[m_rnd.getInt(0, (int)occOptions.size()-1)]; // Choosing a random occluder type from available options

Completed in 779 milliseconds