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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 185 glDeleteFencesNV_client_proc_t glDeleteFencesNV;
    [all...]
gl2_client_context.cpp 189 ptr = getProc("glDeleteFencesNV", userData); set_glDeleteFencesNV((glDeleteFencesNV_client_proc_t)ptr);
gl2_client_proc.h 186 typedef void (gl2_APIENTRY *glDeleteFencesNV_client_proc_t) (void * ctx, GLsizei, const GLuint*);
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 277 glDeleteFencesNV_client_proc_t glDeleteFencesNV;
    [all...]
gl_client_context.cpp 281 ptr = getProc("glDeleteFencesNV", userData); set_glDeleteFencesNV((glDeleteFencesNV_client_proc_t)ptr);
gl_client_proc.h 278 typedef void (gl_APIENTRY *glDeleteFencesNV_client_proc_t) (void * ctx, GLsizei, const GLuint*);

Completed in 56 milliseconds