Home
last modified time | relevance | path

Searched refs:unpack_image (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c1242 unpack_image(struct gl_context *ctx, GLuint dimensions, in unpack_image() function
1581 unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX, in save_Bitmap()
2493 unpack_image(ctx, 2, width, height, 1, format, type, in save_DrawPixels()
3471 unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
4267 unpack_image(ctx, 1, width, 1, 1, format, type, in save_TexImage1D()
4304 unpack_image(ctx, 2, width, height, 1, format, type, in save_TexImage2D()
4344 unpack_image(ctx, 3, width, height, depth, format, type, in save_TexImage3D()
4375 unpack_image(ctx, 1, width, 1, 1, format, type, in save_TexSubImage1D()
4407 unpack_image(ctx, 2, width, height, 1, format, type, in save_TexSubImage2D()
4441 unpack_image(ctx, 3, width, height, depth, format, type, in save_TexSubImage3D()