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

  /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...]

Completed in 507 milliseconds