Searched defs:dstPacking (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.c1248 * by the dstFormat, dstType and dstPacking. Used by glReadPixels.
1261 const struct gl_pixelstore_attrib *dstPacking,
2737 if (dstPacking->SwapBytes) {
5007 const struct gl_pixelstore_attrib *dstPacking,
5052 if (dstPacking->SwapBytes) {
5064 if (dstPacking->SwapBytes) {
5076 if (dstPacking->SwapBytes) {
5088 if (dstPacking->SwapBytes) {
5100 if (dstPacking->SwapBytes) {
5112 if (dstPacking
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
5005 _mesa_pack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLuint *source, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps ) argument
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.c1248 * by the dstFormat, dstType and dstPacking. Used by glReadPixels.
1261 const struct gl_pixelstore_attrib *dstPacking,
2737 if (dstPacking->SwapBytes) {
5007 const struct gl_pixelstore_attrib *dstPacking,
5052 if (dstPacking->SwapBytes) {
5064 if (dstPacking->SwapBytes) {
5076 if (dstPacking->SwapBytes) {
5088 if (dstPacking->SwapBytes) {
5100 if (dstPacking->SwapBytes) {
5112 if (dstPacking
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
5005 _mesa_pack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLuint *source, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps ) argument
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument
[all...]

Completed in 256 milliseconds