HomeSort by relevance Sort by last modified time
    Searched defs:set_obj (Results 1 - 4 of 4) sorted by null

  /system/update_engine/common/
test_utils.h 237 void set_obj(const T& out_obj) { function in class:chromeos_update_engine::ObjectFeederAction
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 1518 VkDescriptorSet set_obj = descriptorSet.GetDescriptorSetHandle(); local
1522 vkCmdBindDescriptorSets(handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, descriptorSet.GetPipelineLayout(), 0, 1, &set_obj, 0, local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 1536 VkDescriptorSet set_obj = descriptorSet.GetDescriptorSetHandle(); local
1540 vkCmdBindDescriptorSets(handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, descriptorSet.GetPipelineLayout(), 0, 1, &set_obj, 0, NULL); local
    [all...]
  /external/v8/src/ast/
ast.h 1739 void set_obj(Expression* e) { obj_ = e; } function in class:v8::internal::final
    [all...]

Completed in 317 milliseconds