Searched refs:ShortType (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | copy_buffer.metal | 696 template <typename ShortType> 700 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 793 template <typename ShortType> 797 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 798 color.g = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 2)); 850 template <typename ShortType> 854 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 855 color.g = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 2)); 856 color.b = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 4)); 903 template <typename ShortType> [all …]
|
D | mtl_default_shaders_src_autogen.inc | 2297 template <typename ShortType> 2301 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 2394 template <typename ShortType> 2398 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 2399 color.g = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 2)); 2451 template <typename ShortType> 2455 color.r = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset)); 2456 color.g = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 2)); 2457 color.b = normalizedToFloat<ShortType>(bytesToShort<ShortType>(buffer, bufferOffset + 4)); 2504 template <typename ShortType> [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ShortType.java | 39 public interface ShortType extends PrimitiveType { interface
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ShortTypeImpl.java | 30 public class ShortTypeImpl extends PrimitiveTypeImpl implements ShortType {
|
D | VirtualMachineImpl.java | 100 private ShortType theShortType; 1090 ShortType theShortType() { in theShortType()
|