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 | 30 #define API_ENTRY(fname,params,args) \ macro 37 #undef API_ENTRY 46 #define API_ENTRY(fname,params,args) \ macro 50 API_ENTRY(fname,params,args) 57 #undef API_ENTRY 66 #define API_ENTRY(fname,params,args) \ in initClientFuncs() macro 71 API_ENTRY(fname,params,args) in initClientFuncs() 82 #undef API_ENTRY in initClientFuncs() 91 #define API_ENTRY(fname,params,args) \ macro 120 #undef API_ENTRY [all …]
|