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

  /external/vulkan-validation-layers/scripts/
lvl_genvk.py 122 apientryp = 'VKAPI_PTR *',
143 apientryp = 'VKAPI_PTR *',
164 apientryp = 'VKAPI_PTR *',
185 apientryp = 'VKAPI_PTR *',
206 apientryp = 'VKAPI_PTR *',
227 apientryp = 'VKAPI_PTR *',
248 apientryp = 'VKAPI_PTR *',
269 apientryp = 'VKAPI_PTR *',
290 apientryp = 'VKAPI_PTR *',
312 apientryp = 'VKAPI_PTR *'
    [all...]
dispatch_table_helper_generator.py 49 apientryp = '',
63 self.apientryp = apientryp
cgenerator.py 45 # apientryp - string to use for the calling convention macro
46 # in function pointer typedefs, such as APIENTRYP.
74 apientryp = '',
89 self.apientryp = apientryp
mock_icd_generator.py 697 # apientryp - string to use for the calling convention macro
698 # in function pointer typedefs, such as APIENTRYP.
725 apientryp = '',
741 self.apientryp = apientryp
    [all...]
threading_generator.py 51 # apientryp - string to use for the calling convention macro
52 # in function pointer typedefs, such as APIENTRYP.
79 apientryp = '',
94 self.apientryp = apientryp
object_tracker_generator.py 56 # apientryp - string to use for the calling convention macro
57 # in function pointer typedefs, such as APIENTRYP.
84 apientryp = '',
99 self.apientryp = apientryp
    [all...]
unique_objects_generator.py 53 # apientryp - string to use for the calling convention macro
54 # in function pointer typedefs, such as APIENTRYP.
81 apientryp = '',
96 self.apientryp = apientryp
    [all...]
helper_file_generator.py 50 apientryp = '',
65 self.apientryp = apientryp
    [all...]
loader_extension_generator.py 72 apientryp = '',
88 self.apientryp = apientryp
    [all...]
generator.py 385 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'
parameter_validation_generator.py 56 # apientryp - string to use for the calling convention macro
57 # in function pointer typedefs, such as APIENTRYP.
84 apientryp = '',
99 self.apientryp = apientryp
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 187 '#ifndef APIENTRYP',
188 '#define APIENTRYP APIENTRY *',
287 apientryp = 'APIENTRYP '),
306 apientryp = 'APIENTRYP '),
325 apientryp = 'GL_APIENTRYP '),
344 apientryp = 'GL_APIENTRYP '),
363 apientryp = 'GL_APIENTRYP '),
382 apientryp = 'GL_APIENTRYP ')
    [all...]
reg.py 286 # apientryp - string to use for the calling convention macro
287 # in function pointer typedefs, such as APIENTRYP.
308 apientryp = ''):
320 self.apientryp = apientryp
477 # For typedefs, add (APIENTRYP <name>) around the name and
492 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
lvl_genvk.py 117 apientryp = 'VKAPI_PTR *',
138 apientryp = 'VKAPI_PTR *',
159 apientryp = 'VKAPI_PTR *',
threading_generator.py 50 # apientryp - string to use for the calling convention macro
51 # in function pointer typedefs, such as APIENTRYP.
78 apientryp = '',
93 self.apientryp = apientryp
unique_objects_generator.py 53 # apientryp - string to use for the calling convention macro
54 # in function pointer typedefs, such as APIENTRYP.
81 apientryp = '',
96 self.apientryp = apientryp
    [all...]
parameter_validation_generator.py 53 # apientryp - string to use for the calling convention macro
54 # in function pointer typedefs, such as APIENTRYP.
81 apientryp = '',
96 self.apientryp = apientryp
    [all...]
generator.py 376 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'

Completed in 290 milliseconds