Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1020 vector<Value>* dstBlock = DE_NULL; in parseValue() local
1026 dstBlock = &valueBlock.uniforms; in parseValue()
1028 dstBlock = &valueBlock.inputs; in parseValue()
1030 dstBlock = &valueBlock.outputs; in parseValue()
1060 dstBlock->push_back(value); in parseValue()
1072 parseValueElement(basicType, dstBlock->back()); in parseValue()
1090 parseValueElement(basicType, dstBlock->back()); in parseValue()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java821 final double[] dstBlock, final int dstWidth, in copyBlockPart() argument
827 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
DBlockFieldMatrix.java795 final T[] dstBlock, final int dstWidth, in copyBlockPart() argument
801 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
/external/clang/lib/Analysis/
DUninitializedValues.cpp134 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, in getValue() argument