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

  /external/skia/tools/gpu/vk/
VkTestUtils.cpp 217 SkTArray<VkLayerProperties>* deviceLayers) {
250 deviceLayers->push_back() = layers[idx];
275 layerCount = deviceLayers->count();
279 (*deviceLayers)[layerIndex].layerName,
286 (*deviceLayers)[layerIndex].layerName,
581 SkTArray<VkLayerProperties> deviceLayers;
586 &deviceLayers)) {
593 for (int i = 0; i < deviceLayers.count(); ++i) {
594 deviceLayerNames.push_back(deviceLayers[i].layerName);
  /external/skqp/tools/gpu/vk/
VkTestUtils.cpp 213 SkTArray<VkLayerProperties>* deviceLayers) {
246 deviceLayers->push_back() = layers[idx];
271 layerCount = deviceLayers->count();
275 (*deviceLayers)[layerIndex].layerName,
282 (*deviceLayers)[layerIndex].layerName,
577 SkTArray<VkLayerProperties> deviceLayers;
582 &deviceLayers)) {
589 for (int i = 0; i < deviceLayers.count(); ++i) {
590 deviceLayerNames.push_back(deviceLayers[i].layerName);

Completed in 460 milliseconds