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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 99 glLineWidth_client_proc_t glLineWidth;
308 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
gl2_client_context.cpp 103 ptr = getProc("glLineWidth", userData); set_glLineWidth((glLineWidth_client_proc_t)ptr);
gl2_client_proc.h 100 typedef void (gl2_APIENTRY *glLineWidth_client_proc_t) (void * ctx, GLfloat);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 30 glLineWidth_client_proc_t glLineWidth;
322 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
gl_client_context.cpp 34 ptr = getProc("glLineWidth", userData); set_glLineWidth((glLineWidth_client_proc_t)ptr);
gl_client_proc.h 31 typedef void (gl_APIENTRY *glLineWidth_client_proc_t) (void * ctx, GLfloat);

Completed in 296 milliseconds