OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:header_txt
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py
[
all
...]
vk_helper.py
436
def __init__(self, filename=None, copyright_txt="",
header_txt
="", body_txt="", footer_txt=""):
438
self.contents = {'copyright': copyright_txt, 'header':
header_txt
, 'body': body_txt, 'footer': footer_txt}
500
self.
header_txt
= ""
[
all
...]
/external/vulkan-validation-layers/
vk_helper.py
436
def __init__(self, filename=None, copyright_txt="",
header_txt
="", body_txt="", footer_txt=""):
438
self.contents = {'copyright': copyright_txt, 'header':
header_txt
, 'body': body_txt, 'footer': footer_txt}
500
self.
header_txt
= ""
[
all
...]
Completed in 585 milliseconds