Home
last modified time | relevance | path

Searched refs:fs_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpDescriptors.cpp53 const struct usb_endpoint_descriptor_no_audio fs_source = { variable
122 .source = fs_source,
146 .source = fs_source,
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp552 const char *fs_source = "#version 310 es\n" in iterate() local
567 gl.shaderSource(m_fragment_shader, 1, &fs_source, NULL); in iterate()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp6284 const std::string &fs_source = getShaderSource(test_case_index, Utils::Shader::FRAGMENT); in test() local
6297 … program.Init("" /*cs*/, fs_source, "" /*gs_source*/, "" /*tcs_source*/, "" /*tes_source*/, in test()
6310 program.Init("" /* cs */, fs_source, gs_source, tcs_source, tes_source, vs_source, in test()
6371 Utils::Shader::LogSource(m_context, fs_source, Utils::Shader::FRAGMENT); in test()