Home
last modified time | relevance | path

Searched refs:s_fragment_shader_fdecl_lowp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp5027 static const glw::GLchar *s_fragment_shader_fdecl_lowp; member in gl4cts::DirectStateAccess::Textures::BufferTest
5053 return N ? s_fragment_shader_fdecl_lowp : s_fragment_shader_udecl_lowp; in FragmentShaderDeclaration()
H A Dgl4cDirectStateAccessTexturesTests.cpp1367 const glw::GLchar *BufferTest<T, S, N>::s_fragment_shader_fdecl_lowp = "uniform samplerBuffer textu… member in gl4cts::DirectStateAccess::Textures::BufferTest<T, S, N>