Home
last modified time | relevance | path

Searched refs:IMPORT_FUNC (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.c70 #undef IMPORT_FUNC in importGLInit()
84 #define IMPORT_FUNC(funcName) do { \ in importGLInit() macro
101 #define IMPORT_FUNC(funcName) do { \ in importGLInit() macro
108 IMPORT_FUNC(eglChooseConfig); in importGLInit()
109 IMPORT_FUNC(eglCreateContext); in importGLInit()
110 IMPORT_FUNC(eglCreateWindowSurface); in importGLInit()
111 IMPORT_FUNC(eglDestroyContext); in importGLInit()
112 IMPORT_FUNC(eglDestroySurface); in importGLInit()
113 IMPORT_FUNC(eglGetConfigAttrib); in importGLInit()
114 IMPORT_FUNC(eglGetConfigs); in importGLInit()
[all …]