OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apientry
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/tools/glgen2/registry/
genheaders.py
177
'#if defined(_WIN32) && !defined(
APIENTRY
) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)',
184
'#ifndef
APIENTRY
',
185
'#define
APIENTRY
',
188
'#define APIENTRYP
APIENTRY
*',
215
'#if defined(_WIN32) && !defined(
APIENTRY
) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)',
286
apientry
= '
APIENTRY
',
305
apientry
= '
APIENTRY
',
324
apientry
= 'GL_APIENTRY '
[
all
...]
reg.py
284
#
apientry
- string to use for the calling convention macro,
285
# in typedefs, such as
APIENTRY
.
307
apientry
= '',
319
self.
apientry
=
apientry
476
# For prototypes, add
APIENTRY
macro before the name
491
pdecl += self.genOpts.
apientry
+ text + tail
607
# Replace <
apientry
/> tags with an
APIENTRY
-style string
613
if (elem.tag == '
apientry
')
[
all
...]
/external/vulkan-validation-layers/
genvk.py
185
apientry
= 'VKAPI_CALL ',
192
# macros (
apientry
etc.), unlike the header files.
205
apientry
= '',
270
apientry
= 'VKAPI_CALL ',
291
apientry
= 'VKAPI_CALL ',
generator.py
150
#
apientry
- string to use for the calling convention macro,
151
# in typedefs, such as
APIENTRY
.
179
apientry
= '',
194
self.
apientry
=
apientry
209
#
apientry
- string to use for the calling convention macro,
210
# in typedefs, such as
APIENTRY
.
237
apientry
= '',
249
self.
apientry
=
apientry
[
all
...]
Completed in 526 milliseconds