Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp3900 …BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), NULL, NULL, NULL, NUL… in Write()
3908 …program_load = BuildProgram(glsl_vs, GenLoadShader(m_stage, internalformat, expected_value).c_str(… in Write()
3917 …BuildProgram(glsl_vs, NULL, GenLoadShader(m_stage, internalformat, expected_value).c_str(), NULL, … in Write()
3925 …BuildProgram(glsl_vs, NULL, NULL, GenLoadShader(m_stage, internalformat, expected_value).c_str(), … in Write()
3941 std::string source = GenLoadShader(m_stage, internalformat, expected_value); in Write()
4202 std::string GenLoadShader(int stage, GLenum internalformat, const T& expected_value) in GenLoadShader() function in gl4cts::__anon57be67590111::LoadStoreMachine
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp2945 …program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src… in Write()
2950 program_load = CreateComputeProgram(GenLoadShader(m_stage, internalformat, expected_value)); in Write()
3069 std::string GenLoadShader(int stage, GLenum internalformat, const T& expected_value) in GenLoadShader() function in gl4cts::es31compatibility::__anon7c8fd54f0111::LoadStoreMachine
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp2910 …program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src… in Write()
2915 program_load = CreateComputeProgram(GenLoadShader(m_stage, internalformat, expected_value)); in Write()
3034 std::string GenLoadShader(int stage, GLenum internalformat, const T& expected_value) in GenLoadShader() function in glcts::__anon395e2fca0111::LoadStoreMachine