Searched refs:dumpValues (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayable.cpp | 171 …dumpValues(info, value.fType, value.fOperand, blankValue.fOperand, value.fOperand, blankValue.fOpe… in dumpAttrs() 236 dumpValues(info, info->fType, values[0], blankValues[0], values[1], blankValues[1]); in dumpAttrs() 295 void SkDisplayable::dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOpera… in dumpValues() function in SkDisplayable
|
D | SkDisplayable.h | 107 void dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOperand blankOp,
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 193 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);
|
D | gluShaderLibrary.cpp | 1730 static void dumpValues (tcu::TestLog& log, const vector<Value>& values, const char* storageName, in… in dumpValues() function 1736 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx) in dumpValues() function 1738 dumpValues(log, values.inputs, "input", arrayNdx); in dumpValues() 1739 dumpValues(log, values.outputs, "expected", arrayNdx); in dumpValues() 1740 dumpValues(log, values.uniforms, "uniform", arrayNdx); in dumpValues()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 1309 dumpValues(log, valueBlock, arrayNdx); in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1710 dumpValues(log, m_spec.values, m_subCaseNdx); in iterate()
|