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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 64 glGenTextures_client_proc_t glGenTextures;
273 virtual glGenTextures_client_proc_t set_glGenTextures(glGenTextures_client_proc_t f) { glGenTextures_client_proc_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
gl2_client_context.cpp 68 ptr = getProc("glGenTextures", userData); set_glGenTextures((glGenTextures_client_proc_t)ptr);