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

  /hardware/libhardware/include/hardware/
hwcomposer2.h     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 547 std::unordered_map<std::shared_ptr<Layer>, Composition>* outTypes)
566 outTypes->clear();
567 outTypes->reserve(numElements);
574 outTypes->emplace(layer, type);
    [all...]
HWC2.h 283 std::unordered_map<std::shared_ptr<Layer>, Composition>* outTypes);
HWC2On1Adapter.h 196 hwc2_layer_t* outLayers, int32_t* outTypes);
202 int32_t* outTypes, float* outMaxLuminance,
HWC2On1Adapter.cpp 664 uint32_t* outNumElements, hwc2_layer_t* outLayers, int32_t* outTypes)
674 if ((outLayers == nullptr) || (outTypes == nullptr)) {
689 outTypes[numWritten] = intType;
747 int32_t* /*outTypes*/, float* /*outMaxLuminance*/,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp     [all...]

Completed in 233 milliseconds