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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 136 glCreateProgram_client_proc_t m_glCreateProgram_enc;
gl2_client_context.h 36 glCreateProgram_client_proc_t glCreateProgram;
245 virtual glCreateProgram_client_proc_t set_glCreateProgram(glCreateProgram_client_proc_t f) { glCreateProgram_client_proc_t retval = glCreateProgram; glCreateProgram = f; return retval;}
    [all...]
gl2_client_context.cpp 40 ptr = getProc("glCreateProgram", userData); set_glCreateProgram((glCreateProgram_client_proc_t)ptr);
gl2_client_proc.h 37 typedef GLuint (gl2_APIENTRY *glCreateProgram_client_proc_t) (void * ctx);

Completed in 73 milliseconds