Searched refs:ADDRESSING_CLAMP (Results 1 – 8 of 8) sorted by relevance
80 ADDRESSING_CLAMP, enumerator
104 ADDRESSING_CLAMP, enumerator
471 return border ? ADDRESSING_SEAMLESS : ADDRESSING_CLAMP; in getAddressingModeU()481 return border ? ADDRESSING_SEAMLESS : ADDRESSING_CLAMP; in getAddressingModeV()
349 case VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE: return ADDRESSING_CLAMP; in convertAddressingMode()
1381 case AddressingMode::ADDRESSING_CLAMP: in applyOffset()2203 else if(addressingMode == ADDRESSING_CLAMP || addressingMode == ADDRESSING_BORDER) in address()2300 case ADDRESSING_CLAMP: in address()2343 case ADDRESSING_CLAMP: in address()2440 case ADDRESSING_CLAMP: in address()2458 case ADDRESSING_CLAMP: in address()
669 case GL_CLAMP_TO_EDGE: return sw::ADDRESSING_CLAMP; in ConvertTextureWrap()
1639 case AddressingMode::ADDRESSING_CLAMP: in applyOffset()2306 else if(addressingMode == ADDRESSING_CLAMP || addressingMode == ADDRESSING_BORDER) in address()2377 case ADDRESSING_CLAMP: in address()2459 case ADDRESSING_CLAMP: in address()2478 case ADDRESSING_CLAMP: in address()
2123 case GL_CLAMP_TO_EDGE: return sw::ADDRESSING_CLAMP; in ConvertTextureWrap()