Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c1243 unpack_image(struct gl_context *ctx, GLuint dimensions, in unpack_image() function
1582 unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX, in save_Bitmap()
2494 unpack_image(ctx, 2, width, height, 1, format, type, in save_DrawPixels()
3472 unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
4268 unpack_image(ctx, 1, width, 1, 1, format, type, in save_TexImage1D()
4305 unpack_image(ctx, 2, width, height, 1, format, type, in save_TexImage2D()
4345 unpack_image(ctx, 3, width, height, depth, format, type, in save_TexImage3D()
4376 unpack_image(ctx, 1, width, 1, 1, format, type, in save_TexSubImage1D()
4408 unpack_image(ctx, 2, width, height, 1, format, type, in save_TexSubImage2D()
4442 unpack_image(ctx, 3, width, height, depth, format, type, in save_TexSubImage3D()