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

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderDirectiveTests.cpp 47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect)
320 verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << glu::FragmentSource(simpleVtxFrag), EXPECT_RESULT_FAIL);
412 verifyProgram(ctx, sources, EXPECT_RESULT_FAIL);
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 301 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) {
398 verifyProgram(programUri, values, programId);
406 verifyProgram(programUri, values, programId);
434 verifyProgram(programUri, expected, programId);
444 verifyProgram(programUri, expected, programId);
    [all...]

Completed in 61 milliseconds