Lines Matching refs:pixels
1246 GLvoid *pixels );
1250 const GLvoid *pixels );
1320 const GLvoid *pixels );
1326 const GLvoid *pixels );
1330 GLvoid *pixels );
1355 GLenum type, const GLvoid *pixels );
1362 const GLvoid *pixels );
1529 const GLvoid *pixels );
1536 GLenum type, const GLvoid *pixels);
1545 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
1546 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);