Home
last modified time | relevance | path

Searched refs:convertArray (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h158 static void convertArray(const uint8_t *input, size_t stride, size_t n, uint8_t *output)
Dformatutils9.cpp597 Converter<type, norm, size, preferred>::convertArray, \
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h152 TIntermTyped* convertArray(TIntermTyped*, const TType&);
DhlslParseHelper.cpp8364 newNode = convertArray(node, type); in addConstructor()
8574 TIntermTyped* HlslParseContext::convertArray(TIntermTyped* node, const TType& type) in convertArray() function in glslang::HlslParseContext