Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c908 unpack_image(struct gl_context *ctx, GLuint dimensions, in unpack_image() function
1155 n[7].data = unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX, in save_Bitmap()
1788 n[6].data = unpack_image(ctx, 1, width, 1, 1, format, type, table, in save_ColorTable()
1872 n[6].data = unpack_image(ctx, 1, count, 1, 1, format, type, table, in save_ColorSubTable()
1942 n[6].data = unpack_image(ctx, 1, width, 1, 1, format, type, filter, in save_ConvolutionFilter1D()
1970 n[7].data = unpack_image(ctx, 2, width, height, 1, format, type, filter, in save_ConvolutionFilter2D()
2353 n[5].data = unpack_image(ctx, 2, width, height, 1, format, type, in save_DrawPixels()
3371 n[1].data = unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
4181 n[8].data = unpack_image(ctx, 1, width, 1, 1, format, type, in save_TexImage1D()
4217 n[9].data = unpack_image(ctx, 2, width, height, 1, format, type, in save_TexImage2D()
[all …]