Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp3898 …BuildProgram(GenStoreShader(m_stage, internalformat, write_value).c_str(), NULL, NULL, NULL, NULL); in Write()
3906 …program_store = BuildProgram(glsl_vs, GenStoreShader(m_stage, internalformat, write_value).c_str(), in Write()
3915 …BuildProgram(glsl_vs, NULL, GenStoreShader(m_stage, internalformat, write_value).c_str(), NULL, NU… in Write()
3923 …BuildProgram(glsl_vs, NULL, NULL, GenStoreShader(m_stage, internalformat, write_value).c_str(), NU… in Write()
3930 std::string source = GenStoreShader(m_stage, internalformat, write_value); in Write()
4138 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader() function in gl4cts::__anonb00615420111::LoadStoreMachine
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp2944 …program_store = BuildProgram(GenStoreShader(m_stage, internalformat, write_value).c_str(), src_f… in Write()
2949 program_store = CreateComputeProgram(GenStoreShader(m_stage, internalformat, write_value)); in Write()
3032 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader() function in gl4cts::es31compatibility::__anonf2ec32580111::LoadStoreMachine
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp2909 …program_store = BuildProgram(GenStoreShader(m_stage, internalformat, write_value).c_str(), src_f… in Write()
2914 program_store = CreateComputeProgram(GenStoreShader(m_stage, internalformat, write_value)); in Write()
2997 std::string GenStoreShader(int stage, GLenum internalformat, const T& write_value) in GenStoreShader() function in glcts::__anon81fbf7530111::LoadStoreMachine