Searched refs:API_ENTRY (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/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 …]
|
/hardware/google/gfxstream/host/gl/glestranslator/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 …]
|