Home
last modified time | relevance | path

Searched refs:ShortType (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/shaders/
Dcopy_buffer.metal696 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 …]
Dmtl_default_shaders_src_autogen.inc2297 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/
DShortType.java39 public interface ShortType extends PrimitiveType { interface
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DShortTypeImpl.java30 public class ShortTypeImpl extends PrimitiveTypeImpl implements ShortType {
DVirtualMachineImpl.java100 private ShortType theShortType;
1090 ShortType theShortType() { in theShortType()