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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 156 glUniform1fv_client_proc_t m_glUniform1fv_enc;
gl2_client_context.h 123 glUniform1fv_client_proc_t glUniform1fv;
332 virtual glUniform1fv_client_proc_t set_glUniform1fv(glUniform1fv_client_proc_t f) { glUniform1fv_client_proc_t retval = glUniform1fv; glUniform1fv = f; ret (…)
    [all...]
gl2_client_context.cpp 127 ptr = getProc("glUniform1fv", userData); set_glUniform1fv((glUniform1fv_client_proc_t)ptr);
gl2_client_proc.h 124 typedef void (gl2_APIENTRY *glUniform1fv_client_proc_t) (void * ctx, GLint, GLsizei, const GLfloat*);

Completed in 56 milliseconds