Searched refs:API_ENTRY (Results 1 – 2 of 2) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/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 | 32 #define API_ENTRY(fname,params,args) \ macro 39 #undef API_ENTRY 48 #define API_ENTRY(fname,params,args) \ macro 52 API_ENTRY(fname,params,args) 59 #undef API_ENTRY 68 #define API_ENTRY(fname,params,args) \ in initClientFuncs() macro 73 API_ENTRY(fname,params,args) in initClientFuncs() 84 #undef API_ENTRY in initClientFuncs() 93 #define API_ENTRY(fname,params,args) \ macro 122 #undef API_ENTRY [all …]
|