Searched refs:resultArea (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 118 tcu::IVec4 resultArea; in verifyImage() local 130 resultArea = tcu::IVec4(x, y, x + 1, y + 1); in verifyImage() 136 resultArea.x() = de::min(resultArea.x(), x); in verifyImage() 137 resultArea.y() = de::min(resultArea.y(), y); in verifyImage() 138 resultArea.z() = de::max(resultArea.z(), x+1); in verifyImage() 139 resultArea.w() = de::max(resultArea.w(), y+1); in verifyImage() 149 const tcu::IVec2 pointSize = resultArea.swizzle(2,3) - resultArea.swizzle(0, 1); in verifyImage()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | TweenApplet.java | 103 resultArea.setText(code); in generateCode() 191 resultArea = new javax.swing.JTextArea(); in initComponents() 216 resultArea.setColumns(20); in initComponents() 217 resultArea.setRows(5); in initComponents() 218 jScrollPane1.setViewportView(resultArea); in initComponents() 429 private javax.swing.JTextArea resultArea; field in TweenApplet
|
D | TimelineApplet.java | 159 resultArea.setText(code); in generateCode() 295 resultArea = new javax.swing.JTextArea(); in initComponents() 323 resultArea.setColumns(20); in initComponents() 324 jScrollPane1.setViewportView(resultArea); in initComponents() 613 private javax.swing.JTextArea resultArea; field in TimelineApplet
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1881 tcu::IVec4 resultArea; in verifyImage() local 1893 resultArea = tcu::IVec4(x, y, x + 1, y + 1); in verifyImage() 1899 resultArea.x() = de::min(resultArea.x(), x); in verifyImage() 1900 resultArea.y() = de::min(resultArea.y(), y); in verifyImage() 1901 resultArea.z() = de::max(resultArea.z(), x+1); in verifyImage() 1902 resultArea.w() = de::max(resultArea.w(), y+1); in verifyImage() 1916 const tcu::IVec2 pointSize = resultArea.swizzle(2,3) - resultArea.swizzle(0, 1); in verifyImage() 1934 const tcu::IVec2 pointSize = resultArea.swizzle(2,3) - resultArea.swizzle(0, 1); in verifyImage()
|