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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texcombine.c656 const struct gl_texture_object *curObj = texUnit->_Current; local in function:_swrast_texture_span
705 if (curObj->_Swizzle != SWIZZLE_NOOP) {
706 swizzle_texels(curObj->_Swizzle, span->end, texels);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texcombine.c656 const struct gl_texture_object *curObj = texUnit->_Current; local in function:_swrast_texture_span
705 if (curObj->Attrib._Swizzle != SWIZZLE_NOOP) {
706 swizzle_texels(curObj->Attrib._Swizzle, span->end, texels);

Completed in 4 milliseconds