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/GLESv1_enc/
gl_client_context.h 284 glFinishFenceNV_client_proc_t glFinishFenceNV;
gl_client_context.cpp 284 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData);
gl_client_proc.h 283 typedef void (gl_APIENTRY *glFinishFenceNV_client_proc_t) (void * ctx, GLuint);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 192 glFinishFenceNV_client_proc_t glFinishFenceNV;
gl2_client_context.cpp 192 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData);
    [all...]
gl2_client_proc.h 191 typedef void (gl2_APIENTRY *glFinishFenceNV_client_proc_t) (void * ctx, GLuint);
    [all...]
gl2_enc.cpp     [all...]

Completed in 3633 milliseconds