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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 133 glGetUniformfv_client_proc_t m_glGetUniformfv_enc;
gl2_client_context.h 85 glGetUniformfv_client_proc_t glGetUniformfv;
294 virtual glGetUniformfv_client_proc_t set_glGetUniformfv(glGetUniformfv_client_proc_t f) { glGetUniformfv_client_proc_t retval = glGetUniformfv; glGetUniformfv = f; return retval;}
    [all...]
gl2_client_context.cpp 89 ptr = getProc("glGetUniformfv", userData); set_glGetUniformfv((glGetUniformfv_client_proc_t)ptr);
gl2_client_proc.h 86 typedef void (gl2_APIENTRY *glGetUniformfv_client_proc_t) (void * ctx, GLuint, GLint, GLfloat*);

Completed in 25 milliseconds