Home
last modified time | relevance | path

Searched refs:copyFunction (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.h57 VertexCopyFunction copyFunction);
61 VertexCopyFunction copyFunction; member
DVertexBuffer11.cpp128 ASSERT(vertexFormatInfo.copyFunction != nullptr); in storeVertexAttributes()
129 vertexFormatInfo.copyFunction(input, inputStride, count, output); in storeVertexAttributes()
Dformatutils11.cpp266 : conversionType(VERTEX_CONVERT_NONE), nativeFormat(DXGI_FORMAT_UNKNOWN), copyFunction(nullptr) in VertexFormat()
272 : conversionType(conversionTypeIn), nativeFormat(nativeFormatIn), copyFunction(copyFunctionIn) in VertexFormat()
DBlit11.cpp1925 const auto &copyFunction = GetCopyDepthStencilFunction(depthStencil->getInternalFormat()); in resolveStencil() local
1931 copyFunction)); in resolveStencil()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h38 VertexCopyFunction copyFunction; member
DVertexBuffer9.cpp106 d3dVertexInfo.copyFunction(input, inputStride, count, mapPtr); in storeVertexAttributes()
Dformatutils9.cpp574 copyFunction(nullptr), in VertexFormat()
588 formatInfo.copyFunction = copyFunc; in CreateVertexFormatInfo()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp1504 TFunction *copyFunction = new TFunction(mSymbolTable, kEmptyImmutableString, in declareStructCopy() local
1506 copyFunction->addParameter(fromVar); in declareStructCopy()
1509 CreateInternalFunctionDefinitionNode(*copyFunction, body); in declareStructCopy()
1512 return copyFunction; in declareStructCopy()