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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 187 glIsFenceNV_client_proc_t glIsFenceNV;
    [all...]
gl2_client_context.cpp 191 ptr = getProc("glIsFenceNV", userData); set_glIsFenceNV((glIsFenceNV_client_proc_t)ptr);
gl2_client_proc.h 188 typedef GLboolean (gl2_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint);
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 279 glIsFenceNV_client_proc_t glIsFenceNV;
    [all...]
gl_client_context.cpp 283 ptr = getProc("glIsFenceNV", userData); set_glIsFenceNV((glIsFenceNV_client_proc_t)ptr);
gl_client_proc.h 280 typedef GLboolean (gl_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint);

Completed in 530 milliseconds