HomeSort by relevance Sort by last modified time
    Searched defs:get_proc_func_t (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 30 typedef void *(*get_proc_func_t)(const char *name, void *userData); typedef in class:GLDecoder
34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL);
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 31 typedef void *(*get_proc_func_t)(const char *name, void *userData); typedef in class:GL2Decoder
34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL);

Completed in 52 milliseconds