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

  /hardware/interfaces/memtrack/1.0/
types.hal 63 GRAPHICS = 2,
  /system/core/libmemtrack/
memtrack.cpp 136 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS};
142 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS };
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 321 queues_[GRAPHICS].push_back(new Queue(queue, i));
336 EXPECT(!queues_[GRAPHICS].empty() || !queues_[COMPUTE].empty());
vktestbinding.h 213 const std::vector<Queue *> &graphics_queues() const { return queues_[GRAPHICS]; }
262 GRAPHICS,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 325 queues_[GRAPHICS].push_back(new Queue(queue, i));
340 EXPECT(!queues_[GRAPHICS].empty() || !queues_[COMPUTE].empty());
vktestbinding.h 159 const std::vector<Queue *> &graphics_queues() const { return queues_[GRAPHICS]; }
207 GRAPHICS,

Completed in 337 milliseconds