HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTGL_FNPTRINIT (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.c 33 #define IMPORTGL_FNPTRINIT = NULL
importgl.h 51 #ifndef IMPORTGL_FNPTRINIT
52 #define IMPORTGL_FNPTRINIT
56 IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT;\
app-linux.c 57 #undef IMPORTGL_FNPTRINIT
shader.c 15 #undef IMPORTGL_FNPTRINIT
demo.c 38 #undef IMPORTGL_FNPTRINIT
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 58 #ifndef IMPORTGL_FNPTRINIT
59 #define IMPORTGL_FNPTRINIT
62 #define FNDEF(retType, funcName, args) IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT
importgl.c 54 #define IMPORTGL_FNPTRINIT = NULL

Completed in 91 milliseconds