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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 29 glClearStencil_client_proc_t glClearStencil;
gl2_client_context.cpp 31 glClearStencil = (glClearStencil_client_proc_t) getProc("glClearStencil", userData);
gl2_client_proc.h 30 typedef void (gl2_APIENTRY *glClearStencil_client_proc_t) (void * ctx, GLint);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 59 glClearStencil_client_proc_t glClearStencil;
gl_client_context.cpp 61 glClearStencil = (glClearStencil_client_proc_t) getProc("glClearStencil", userData);
gl_client_proc.h 60 typedef void (gl_APIENTRY *glClearStencil_client_proc_t) (void * ctx, GLint);

Completed in 128 milliseconds