Searched refs:dstBlock (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 993 vector<Value>* dstBlock = DE_NULL; in parseValue() local 999 dstBlock = &valueBlock.uniforms; in parseValue() 1001 dstBlock = &valueBlock.inputs; in parseValue() 1003 dstBlock = &valueBlock.outputs; in parseValue() 1033 dstBlock->push_back(value); in parseValue() 1045 parseValueElement(basicType, dstBlock->back()); in parseValue() 1063 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
|