gl_type_size       78 php_opengl/glut/php_convert.h int gl_type_size(GLenum type);
gl_type_size       80 php_opengl/opengl/php_convert.h int gl_type_size(GLenum type);
gl_type_size      208 php_opengl/opengl/php_glu.c 	size = Z_LVAL_P(widthout) * Z_LVAL_P(heightout) * gl_pixel_size(Z_LVAL_P(format)) * gl_type_size(Z_LVAL_P(typeout));