Searched refs:verifyProgram (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderStorageTests.cpp | 41 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()
|
D | es31fNegativeShaderDirectiveTests.cpp | 47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect) in verifyProgram() function 353 …verifyProgram(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/ |
D | reuseProgramStructure.ts | 967 …function verifyProgram(files: File[], rootFiles: string[], options: CompilerOptions, configFile: s… function 986 … verifyProgram([file1, file2, libFile, configFile], [file1.path, file2.path], {}, configFile.path); 1008 …verifyProgram([app, configFile, es5Lib, es2015Promise], [app.path], compilerOptions, configFile.pa… 1046 …verifyProgram([app, module1, module2, module3, libFile, configFile], [app.path], compilerOptions, …
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MemoryBarrierTest.cpp | 2622 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()
|
D | GLSLTest.cpp | 4988 ANGLE_GL_COMPUTE_PROGRAM(verifyProgram, kVerifyShader); in TEST_P() 4991 glUseProgram(verifyProgram); in TEST_P()
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchMode.ts | 841 function verifyProgram(host: TsBuildWatchSystem, watch: Watch) { 905 verifyProgram(host, watch); 932 verifyProgram(host, watch);
|