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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 121 glTexSubImage2D_client_proc_t glTexSubImage2D;
330 virtual glTexSubImage2D_client_proc_t set_glTexSubImage2D(glTexSubImage2D_client_proc_t f) { glTexSubImage2D_client_proc_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
gl2_client_context.cpp 125 ptr = getProc("glTexSubImage2D", userData); set_glTexSubImage2D((glTexSubImage2D_client_proc_t)ptr);
gl2_client_proc.h 122 typedef void (gl2_APIENTRY *glTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 150 glTexSubImage2D_client_proc_t glTexSubImage2D;
    [all...]
gl_client_context.cpp 154 ptr = getProc("glTexSubImage2D", userData); set_glTexSubImage2D((glTexSubImage2D_client_proc_t)ptr);
gl_client_proc.h 151 typedef void (gl_APIENTRY *glTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);

Completed in 3253 milliseconds