OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apicall
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/tools/glgen2/registry/
genheaders.py
285
apicall
= 'GLAPI ',
304
apicall
= 'GLAPI ',
323
apicall
= 'GL_API ',
342
apicall
= 'GL_API ',
361
apicall
= 'GL_APICALL ',
380
apicall
= 'GL_APICALL ',
399
apicall
= 'GL_APICALL ',
418
apicall
= 'GL_APICALL ',
437
apicall
= 'EGLAPI ',
456
apicall
= 'EGLAPI '
[
all
...]
reg.py
282
#
apicall
- string to use for the function declaration prefix,
283
# such as
APICALL
on Windows.
306
apicall
= '',
318
self.
apicall
=
apicall
472
pdecl = self.genOpts.
apicall
[
all
...]
/frameworks/base/libs/hwui/debug/
wrap_gles.cpp
31
void assertNoGlErrors(const char*
apicall
) {
60
"%s error! %s (0x%x)",
apicall
, lastErrorName, lastError);
/external/vulkan-validation-layers/
genvk.py
184
apicall
= 'VKAPI_ATTR ',
204
apicall
= '',
269
apicall
= '',
290
apicall
= 'VKAPI_ATTR ',
generator.py
148
#
apicall
- string to use for the function declaration prefix,
149
# such as
APICALL
on Windows.
178
apicall
= '',
193
self.
apicall
=
apicall
207
#
apicall
- string to use for the function declaration prefix,
208
# such as
APICALL
on Windows.
236
apicall
= '',
248
self.
apicall
=
apicall
[
all
...]
Completed in 824 milliseconds