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

  /build/make/tools/releasetools/
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 528 uint32_t SetTargetApiVersion(uint32_t target_api_version) {
529 if (target_api_version == 0) target_api_version = VK_API_VERSION_1_0;
530 if (target_api_version <= m_instance_api_version) {
531 m_target_api_version = target_api_version;
    [all...]

Completed in 163 milliseconds