Searched refs:dstBlock (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1020 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/ |
D | BlockRealMatrix.java | 821 final double[] dstBlock, final int dstWidth, in copyBlockPart() argument 827 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
|
D | BlockFieldMatrix.java | 795 final T[] dstBlock, final int dstWidth, in copyBlockPart() argument 801 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 134 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, in getValue() argument
|