Searched refs:destType (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c276 const GLenum destType = GL_UNSIGNED_BYTE; local in function:draw_stencil_pixels
291 _mesa_unpack_stencil_span(ctx, width, destType, values,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c276 const GLenum destType = GL_UNSIGNED_BYTE; local in function:draw_stencil_pixels
291 _mesa_unpack_stencil_span(ctx, width, destType, values,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c998 GLenum destType = GL_UNSIGNED_BYTE; local in function:draw_stencil_pixels
1003 _mesa_unpack_stencil_span(ctx, width, destType, sValues,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1010 GLenum destType = GL_UNSIGNED_BYTE; local in function:draw_stencil_pixels
1015 _mesa_unpack_stencil_span(ctx, width, destType, sValues,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c3005 * \param destType type, ala glReadPixels
3015 GLenum destFormat, GLenum destType,
3240 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
3010 decompress_texture_image(struct gl_context * ctx,struct gl_texture_image * texImage,GLuint slice,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum destFormat,GLenum destType,GLvoid * dest) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c2973 * \param destType type, ala glReadPixels
2983 GLenum destFormat, GLenum destType,
3208 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
2978 decompress_texture_image(struct gl_context * ctx,struct gl_texture_image * texImage,GLuint slice,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum destFormat,GLenum destType,GLvoid * dest) argument

Completed in 17 milliseconds