Searched refs:_mesa_image_row_stride (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
158 _mesa_image_row_stride(unpack, width, format, type);
451 = _mesa_image_row_stride(unpack, width, format, type);
525 srcRowStride = _mesa_image_row_stride(unpack, width, format, type);
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
158 _mesa_image_row_stride(unpack, width, format, type);
451 = _mesa_image_row_stride(unpack, width, format, type);
525 srcRowStride = _mesa_image_row_stride(unpack, width, format, type);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.h79 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing,
H A Dreadpix.c86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
265 dstStride = _mesa_image_row_stride(packing, width, format, type);
334 dstStride = _mesa_image_row_stride(packing, width, format, type);
614 dstStride = _mesa_image_row_stride(packing, width,
H A Dtexstore.c331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
603 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
867 _mesa_image_row_stride(srcPacking, srcWidth,
935 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth,
1194 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1334 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1360 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1393 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1486 _mesa_image_row_stride(srcPackin
[all...]
H A Dimage.c278 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, function
391 const GLint srcStride = _mesa_image_row_stride(unpack, width,
H A Dtexcompress_fxt1.c93 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
143 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
H A Dtexgetimage.c492 _mesa_image_row_stride(&ctx->Pack, texImage->Width, format, type);
/external/mesa3d/src/mesa/main/
H A Dimage.h79 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing,
H A Dreadpix.c86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
265 dstStride = _mesa_image_row_stride(packing, width, format, type);
334 dstStride = _mesa_image_row_stride(packing, width, format, type);
614 dstStride = _mesa_image_row_stride(packing, width,
H A Dtexstore.c331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
603 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
867 _mesa_image_row_stride(srcPacking, srcWidth,
935 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth,
1194 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1334 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1360 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1393 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
1486 _mesa_image_row_stride(srcPackin
[all...]
H A Dimage.c278 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, function
391 const GLint srcStride = _mesa_image_row_stride(unpack, width,
H A Dtexcompress_fxt1.c93 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
143 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
H A Dtexgetimage.c492 _mesa_image_row_stride(&ctx->Pack, texImage->Width, format, type);

Completed in 217 milliseconds