Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c4362 GLint dstComponents; in _mesa_unpack_color_span_ubyte() local
4371 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_ubyte()
4373 assert(dstComponents > 0); in _mesa_unpack_color_span_ubyte()
4425 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4434 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4443 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4452 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4460 assert(dstComponents == 1); in _mesa_unpack_color_span_ubyte()
4474 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4556 GLint dstComponents; in _mesa_unpack_color_span_float() local
[all …]
Dtexstore.c678 swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src, in swizzle_copy() argument
708 ASSERT(dstComponents <= 4); in swizzle_copy()
710 switch (dstComponents) { in swizzle_copy()
853 GLuint dstComponents, in _mesa_swizzle_ubyte_image() argument
894 if (srcComponents == dstComponents && in _mesa_swizzle_ubyte_image()
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map, in _mesa_swizzle_ubyte_image()
909 swizzle_copy(dstRow, dstComponents, srcRow, srcComponents, map, srcWidth); in _mesa_swizzle_ubyte_image()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dpack.c4362 GLint dstComponents; in _mesa_unpack_color_span_ubyte() local
4371 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_ubyte()
4373 assert(dstComponents > 0); in _mesa_unpack_color_span_ubyte()
4425 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4434 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4443 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4452 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4460 assert(dstComponents == 1); in _mesa_unpack_color_span_ubyte()
4474 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4556 GLint dstComponents; in _mesa_unpack_color_span_float() local
[all …]
Dtexstore.c678 swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src, in swizzle_copy() argument
708 ASSERT(dstComponents <= 4); in swizzle_copy()
710 switch (dstComponents) { in swizzle_copy()
853 GLuint dstComponents, in _mesa_swizzle_ubyte_image() argument
894 if (srcComponents == dstComponents && in _mesa_swizzle_ubyte_image()
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map, in _mesa_swizzle_ubyte_image()
909 swizzle_copy(dstRow, dstComponents, srcRow, srcComponents, map, srcWidth); in _mesa_swizzle_ubyte_image()