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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 190 glFinishFenceNV_client_proc_t glFinishFenceNV;
    [all...]
gl2_client_context.cpp 194 ptr = getProc("glFinishFenceNV", userData); set_glFinishFenceNV((glFinishFenceNV_client_proc_t)ptr);
gl2_client_proc.h 191 typedef void (gl2_APIENTRY *glFinishFenceNV_client_proc_t) (void * ctx, GLuint);
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 282 glFinishFenceNV_client_proc_t glFinishFenceNV;
    [all...]
gl_client_context.cpp 286 ptr = getProc("glFinishFenceNV", userData); set_glFinishFenceNV((glFinishFenceNV_client_proc_t)ptr);
gl_client_proc.h 283 typedef void (gl_APIENTRY *glFinishFenceNV_client_proc_t) (void * ctx, GLuint);

Completed in 34 milliseconds