Searched defs:crTextureSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1451 unsigned int crTextureSize( GLenum format, GLenum type, GLsizei width, GLsizei height, GLsizei depth ) function
1704 tex_size = RT_MIN (crTextureSize( dstFormat, dstType, width, height, depth ),
1705 crTextureSize( srcFormat, srcType, width, height, depth ));

Completed in 97 milliseconds