HomeSort by relevance Sort by last modified time
    Searched refs:test_passed (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferBufferParameters.cpp 113 glw::GLboolean test_passed = true; local
120 test_passed = false;
127 return test_passed;
145 glw::GLboolean test_passed = true; local
152 test_passed = false;
159 return test_passed;
177 glw::GLboolean test_passed = true; local
184 test_passed = false;
191 return test_passed;
210 glw::GLboolean test_passed = true local
    [all...]
esextcTextureBufferErrors.cpp 143 glw::GLboolean test_passed = true; local
148 test_passed = false;
153 return test_passed;
172 glw::GLboolean test_passed = true; local
178 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
180 test_passed;
183 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
185 test_passed;
193 test_passed = verifyError(GL_INVALID_ENUM, "Expected GL_INVALID_ENUM was not returned "
196 test_passed;
    [all...]
esextcTextureBufferPrecision.cpp 213 glw::GLboolean test_passed = true; local
236 test_passed = false;
273 return test_passed;
293 glw::GLboolean test_passed = true; local
313 test_passed =
315 test_passed;
316 test_passed =
317 verifyShaderCompilationStatus(GL_COMPUTE_SHADER, cs_code_with_precision, 3, GL_TRUE) && test_passed;
318 test_passed = verifyShaderCompilationStatus(GL_COMPUTE_SHADER, cs_code_with_global_precision, 4, GL_TRUE) &&
319 test_passed;
    [all...]
esextcTextureBufferParameters.cpp 154 glw::GLboolean test_passed = true; local
157 test_passed = test_passed && queryTextureBufferBinding(m_to_id);
160 test_passed = test_passed && queryTextureBindingBuffer(m_tbo_id);
174 test_passed = test_passed && queryTextureBufferDataStoreBinding(m_tbo_id);
177 test_passed = test_passed && queryTextureInternalFormat(iter->first);
180 test_passed = test_passed && queryTextureBufferOffset(0)
246 glw::GLboolean test_passed = true; local
278 glw::GLboolean test_passed = true; local
310 glw::GLboolean test_passed = true; local
344 glw::GLboolean test_passed = true; local
377 glw::GLboolean test_passed = true; local
409 glw::GLboolean test_passed = true; local
440 glw::GLboolean test_passed = true; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampParameterTextureBorderColor.cpp 131 glw::GLboolean test_passed = true; local
172 test_passed = false;
177 test_passed = false;
182 test_passed = false;
187 test_passed = false;
208 test_passed = false;
213 test_passed = false;
226 test_passed = false;
231 test_passed = false;
256 test_passed = false
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySubImage3D.cpp 141 glw::GLboolean test_passed = true; local
162 testTexSubImage3D(width, height, depth, copy_params, test_passed);
163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed);
173 testTexSubImage3D(width, height, depth, copy_params, test_passed);
174 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed);
183 testTexSubImage3D(width, height, depth, copy_params, test_passed);
192 testTexSubImage3D(width, height, depth, copy_params, test_passed);
201 testTexSubImage3D(width, height, depth, copy_params, test_passed);
211 testTexSubImage3D(width, height, depth, copy_params, test_passed);
218 if (test_passed)
    [all...]
esextcTextureCubeMapArraySubImage3D.hpp 138 const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed);
140 const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed);
esextcTextureCubeMapArrayImageTextureSize.cpp 153 glw::GLboolean test_passed = true; local
190 test_passed = false;
199 if (test_passed)
486 glw::GLboolean test_passed = true; local
498 test_passed = false;
513 test_passed = false;
516 return test_passed;
1174 glw::GLboolean test_passed = true; local
1649 glw::GLboolean test_passed = TextureCubeMapArrayTextureSizeRTBase::checkResults(width, height, depth, storType); local
    [all...]
esextcTextureCubeMapArrayImageOperations.cpp 523 bool test_passed = true; local
606 test_passed = false;
612 test_passed = false;
618 test_passed = false;
667 test_passed = false;
673 test_passed = false;
679 test_passed = false;
686 if (test_passed)
    [all...]
  /external/ltp/tools/
genhtml.pl 236 $test_passed=$test_counter-$failed_test_counter-$brok_test_counter-$warn_test_counter-$retr_test_counter-$conf_test_counter;
237 print "<tr><td><strong>Total Test TPASS:</strong></td><td><strong> $test_passed </strong></td></tr>\n";
  /external/iptables/
iptables-test.py 209 test_passed = True
229 test_passed = False
233 if test_passed:
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderMaxPatchVertices.cpp 789 bool test_passed = true; local
794 test_passed &= compareResults("Case 1 (explicit arrays)", m_ref_fv_case_1);
800 test_passed &= compareResults("Case 1 (explicit arrays)", m_ref_iv_case_1);
844 test_passed &= compareResults("Case 2 (implicit arrays)", m_ref_fv_case_2);
850 test_passed &= compareResults("Case 2 (implicit arrays)", m_ref_iv_case_2);
853 if (test_passed)
esextcTessellationShaderTessellation.cpp 2378 bool test_passed = true; local
2861 bool test_passed = true; local
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 231 if not DiffHelpers.test_passed (lines):
289 if DiffHelpers.test_passed (lines):
371 def test_passed (lines): member in class:DiffHelpers
  /external/jsmn/
jsmn_test.c 5 static int test_passed = 0; variable
21 test_passed++;
621 printf("\nPASSED: %d\nFAILED: %d\n", test_passed, test_failed);
  /art/test/testrunner/
testrunner.py 560 test_passed = not proc.wait()
563 if test_passed:
    [all...]

Completed in 344 milliseconds