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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 116 glTexImage2D_client_proc_t glTexImage2D;
325 virtual glTexImage2D_client_proc_t set_glTexImage2D(glTexImage2D_client_proc_t f) { glTexImage2D_client_proc_t retval = glTexImage2D; glTexImage2D = f; return retval;}
    [all...]
gl2_client_context.cpp 120 ptr = getProc("glTexImage2D", userData); set_glTexImage2D((glTexImage2D_client_proc_t)ptr);
gl2_client_proc.h 117 typedef void (gl2_APIENTRY *glTexImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid*);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 145 glTexImage2D_client_proc_t glTexImage2D;
    [all...]
gl_client_context.cpp 149 ptr = getProc("glTexImage2D", userData); set_glTexImage2D((glTexImage2D_client_proc_t)ptr);
gl_client_proc.h 146 typedef void (gl_APIENTRY *glTexImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid*);

Completed in 122 milliseconds