Home
last modified time | relevance | path

Searched refs:apicall (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen2/registry/
Dgenheaders.py285 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 …]
Dreg.py306 apicall = '', argument
318 self.apicall = apicall
472 pdecl = self.genOpts.apicall
/frameworks/base/libs/hwui/debug/
DGlesErrorCheckWrapper.cpp25 void GlesErrorCheckWrapper::assertNoErrors(const char* apicall) { in assertNoErrors() argument
54 "%s error! %s (0x%x)", apicall, lastErrorName, lastError); in assertNoErrors()
DGlesErrorCheckWrapper.h34 void assertNoErrors(const char* apicall);