OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 46 milliseconds