Home
last modified time | relevance | path

Searched defs:referenceLength (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java120 private static int referenceLength; field in TypesLengths
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp830 …const GLint referenceLength = (GLint)std::string(brokenShader).length() + 1; // including the null… in test() local
850 …const GLint referenceLength = 2 * (GLint)std::string(brokenShader).length() + 1; // including the … in test() local
867 const GLint referenceLength = 2 * (GLint)std::string(brokenShader).length(); in test() local
1552 const GLint referenceLength = (GLint)std::string(uniformNames[ndx]).length() + 1; in test() local
1573 const GLint referenceLength = (GLint)std::string(uniformNames[ndx]).length(); in test() local
2018 const GLint referenceLength = (GLint)std::string(longest_output).length() + 1; in test() local
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp668 …const GLint referenceLength = (GLint)std::string(brokenShader).length() + 1; // including the null… in test() local
688 …const GLint referenceLength = 2 * (GLint)std::string(brokenShader).length() + 1; // including the … in test() local
705 const GLint referenceLength = 2 * (GLint)std::string(brokenShader).length(); in test() local