Searched refs:srcComponents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c671 * \param srcComponents number of color components in source pixels
679 GLuint srcComponents, const GLubyte *map, GLuint count)
707 ASSERT(srcComponents <= 4);
712 switch (srcComponents) {
730 switch (srcComponents) {
748 switch (srcComponents) {
766 switch (srcComponents) {
862 GLint srcComponents = _mesa_components_in_format(srcFormat); local
894 if (srcComponents == dstComponents &&
896 srcRowStride == srcWidth * srcComponents
678 swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src, GLuint srcComponents, const GLubyte *map, GLuint count) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexstore.c671 * \param srcComponents number of color components in source pixels
679 GLuint srcComponents, const GLubyte *map, GLuint count)
707 ASSERT(srcComponents <= 4);
712 switch (srcComponents) {
730 switch (srcComponents) {
748 switch (srcComponents) {
766 switch (srcComponents) {
862 GLint srcComponents = _mesa_components_in_format(srcFormat); local
894 if (srcComponents == dstComponents &&
896 srcRowStride == srcWidth * srcComponents
678 swizzle_copy(GLubyte *dst, GLuint dstComponents, const GLubyte *src, GLuint srcComponents, const GLubyte *map, GLuint count) argument
[all...]

Completed in 54 milliseconds