Searched refs:API_ENTRY (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 4 // API_ENTRY(funcname, paramlist, arglist) 8 API_ENTRY(glEGLImageTargetTexture2DOES, 12 API_ENTRY(glEGLImageTargetRenderbufferStorageOES, 16 API_ENTRY(glBlendEquationSeparateOES, 20 API_ENTRY(glBlendFuncSeparateOES, 24 API_ENTRY(glBlendEquationOES, 28 API_ENTRY(glCurrentPaletteMatrixOES, 32 API_ENTRY(glLoadPaletteFromModelViewMatrixOES, 36 API_ENTRY(glMatrixIndexPointerOES, 40 API_ENTRY(glWeightPointerOES, [all …]
|
D | ClientAPIExts.cpp | 31 #define API_ENTRY(fname,params,args) \ macro 38 #undef API_ENTRY 47 #define API_ENTRY(fname,params,args) \ macro 51 API_ENTRY(fname,params,args) 58 #undef API_ENTRY 67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() macro 72 API_ENTRY(fname,params,args) in initClientFuncs() 83 #undef API_ENTRY in initClientFuncs() 93 #define API_ENTRY(fname,params,args) \ macro 123 #undef API_ENTRY [all …]
|