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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp 45 ptr = getProc("glDeleteProgram", userData); set_glDeleteProgram((glDeleteProgram_client_proc_t)ptr);
gl2_client_context.h 250 virtual glDeleteProgram_client_proc_t set_glDeleteProgram(glDeleteProgram_client_proc_t f) { glDeleteProgram_client_proc_t retval = glDeleteProgram; glDeleteProgram = f; return retval;}
    [all...]
GL2Encoder.cpp 74 m_glDeleteProgram_enc = set_glDeleteProgram(s_glDeleteProgram);
    [all...]
gl2_enc.cpp     [all...]

Completed in 40 milliseconds