HomeSort by relevance Sort by last modified time
    Searched refs:dstComponents (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
pack.c     [all...]
texstore.c 669 * \param dstComponents number of color components in destination pixels
678 swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src,
708 ASSERT(dstComponents <= 4);
710 switch (dstComponents) {
853 GLuint dstComponents,
894 if (srcComponents == dstComponents &&
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map,
909 swizzle_copy(dstRow, dstComponents, srcRow, srcComponents, map, srcWidth);
    [all...]

Completed in 30 milliseconds