Home
last modified time | relevance | path

Searched defs:glslSource (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp136 const char *glslSource = reinterpret_cast<const char *>(data + kHeaderSize); in LLVMFuzzerTestOneInput() local
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp137 std::vector<uint32_t> compileGLSLtoSPIRV(const char *glslSource, EShLanguage glslLanguage) in compileGLSLtoSPIRV()
DDrawTester.cpp443 vk::ShaderModule DrawTester::createShaderModule(const char *glslSource, EShLanguage glslLanguage) in createShaderModule()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp329 bool verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping& mappings, bool a… in verifyMappings()