Home
last modified time | relevance | path

Searched refs:verifyProgram (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() function
275 verifyProgram(ctx, sources); in block_number_limits()
307 verifyProgram(ctx, sources); in max_combined_block_number_limit()
Des31fNegativeShaderDirectiveTests.cpp47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect) in verifyProgram() function
353verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySourc… in geometry_shader()
448 verifyProgram(ctx, sources, EXPECT_RESULT_FAIL); in tessellation_shader()
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts967 …function verifyProgram(files: File[], rootFiles: string[], options: CompilerOptions, configFile: s… function
986verifyProgram([file1, file2, libFile, configFile], [file1.path, file2.path], {}, configFile.path);
1008verifyProgram([app, configFile, es5Lib, es2015Promise], [app.path], compilerOptions, configFile.pa…
1046verifyProgram([app, module1, module2, module3, libFile, configFile], [app.path], compilerOptions, …
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMemoryBarrierTest.cpp2622 ANGLE_GL_PROGRAM(verifyProgram, essl1_shaders::vs::Simple(), essl1_shaders::fs::UniformColor()); in framebufferBitImageWriteThenDraw()
2623 glUseProgram(verifyProgram); in framebufferBitImageWriteThenDraw()
2625 glGetUniformLocation(verifyProgram, angle::essl1_shaders::ColorUniform()); in framebufferBitImageWriteThenDraw()
2627 setupVertexArray(ShaderWritePipeline::Graphics, verifyProgram); in framebufferBitImageWriteThenDraw()
2877 ANGLE_GL_PROGRAM(verifyProgram, essl1_shaders::vs::Simple(), essl1_shaders::fs::Green()); in framebufferBitDrawThenImageWrite()
2878 glUseProgram(verifyProgram); in framebufferBitDrawThenImageWrite()
2882 setupVertexArray(ShaderWritePipeline::Graphics, verifyProgram); in framebufferBitDrawThenImageWrite()
DGLSLTest.cpp4988 ANGLE_GL_COMPUTE_PROGRAM(verifyProgram, kVerifyShader); in TEST_P()
4991 glUseProgram(verifyProgram); in TEST_P()
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts841 function verifyProgram(host: TsBuildWatchSystem, watch: Watch) {
905 verifyProgram(host, watch);
932 verifyProgram(host, watch);