Searched refs:typeDepth (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.hpp72 VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
H A DvktRandomUniformBlockCase.cpp149 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) argument
154 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
164 memberTypes.push_back(generateType(rnd, typeDepth+1, true));
186 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk);
/external/deqp/modules/glshared/
H A DglsRandomUniformBlockCase.hpp82 ub::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
H A DglsRandomUniformBlockCase.cpp156 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) argument
161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
171 memberTypes.push_back(generateType(rnd, typeDepth+1, true));
193 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk);
/external/opencv3/modules/java/generator/src/java/
H A Dutils+Converters.java34 public static Mat vector_Point_to_Mat(List<Point> pts, int typeDepth) { argument
38 switch (typeDepth) {
76 throw new IllegalArgumentException("'typeDepth' can be CV_32S, CV_32F or CV_64F");
96 public static Mat vector_Point3_to_Mat(List<Point3> pts, int typeDepth) { argument
100 switch (typeDepth) {
141 throw new IllegalArgumentException("'typeDepth' can be CV_32S, CV_32F or CV_64F");
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp73 glu::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk, bool unusedArrayOk);
200 glu::VarType RandomSSBOLayoutCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, bool unsizedArrayOk) argument
211 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
214 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
221 memberTypes.push_back(generateType(rnd, typeDepth+1, true, false));
238 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp78 glu::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk, bool unusedArrayOk);
211 glu::VarType RandomSSBOLayoutCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, bool unsizedArrayOk) argument
222 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
234 memberTypes.push_back(generateType(rnd, typeDepth+1, true, false));
251 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 417 milliseconds