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/GLESv1_enc/
gl_client_context.h 281 glIsFenceNV_client_proc_t glIsFenceNV;
gl_client_context.cpp 281 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData);
gl_client_proc.h 280 typedef GLboolean (gl_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 189 glIsFenceNV_client_proc_t glIsFenceNV;
gl2_client_context.cpp 189 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData);
    [all...]
gl2_client_proc.h 188 typedef GLboolean (gl2_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint);
    [all...]
gl2_enc.cpp     [all...]

Completed in 57 milliseconds