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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 726 const struct gl_texture_object *curObj = texUnit->_Current;
775 if (curObj->_Swizzle != SWIZZLE_NOOP) {
776 swizzle_texels(curObj->_Swizzle, span->end, texels);
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 718 const struct gl_texture_object *curObj = texUnit->_Current;
767 if (curObj->_Swizzle != SWIZZLE_NOOP) {
768 swizzle_texels(curObj->_Swizzle, span->end, texels);

Completed in 44 milliseconds