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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 41 glDeleteProgram_client_proc_t glDeleteProgram;
GL2Encoder.h 127 glDeleteProgram_client_proc_t m_glDeleteProgram_enc;
gl2_client_context.cpp 43 glDeleteProgram = (glDeleteProgram_client_proc_t) getProc("glDeleteProgram", userData);
gl2_client_proc.h 42 typedef void (gl2_APIENTRY *glDeleteProgram_client_proc_t) (void * ctx, GLuint);

Completed in 29 milliseconds