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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 160 glTexSubImage3DOES_client_proc_t glTexSubImage3DOES;
gl2_client_context.cpp 162 glTexSubImage3DOES = (glTexSubImage3DOES_client_proc_t) getProc("glTexSubImage3DOES", userData);
gl2_client_proc.h 161 typedef void (gl2_APIENTRY *glTexSubImage3DOES_client_proc_t) (void * ctx, GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);

Completed in 27 milliseconds