Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderLibrary.cpp993 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/
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