Searched defs:program_load (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp2940 GLuint program_load = 0; local
2945 program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src_fs);
2950 program_load = CreateComputeProgram(GenLoadShader(m_stage, internalformat, expected_value));
3001 glUseProgram(program_load);
3026 glDeleteProgram(program_load);
H A Dgl4cShaderImageLoadStoreTests.cpp3849 GLuint program_load = 0; local
3854 program_load =
3863 program_load = BuildProgram(glsl_vs, GenLoadShader(m_stage, internalformat, expected_value).c_str(),
3871 program_load =
3879 program_load =
3901 program_load = glCreateProgram();
3902 glAttachShader(program_load, sh);
3903 glLinkProgram(program_load);
4044 glUseProgram(program_load);
4045 glUniform1i(glGetUniformLocation(program_load, "g_image_resul
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp2905 GLuint program_load = 0; local
2910 program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src_fs);
2915 program_load = CreateComputeProgram(GenLoadShader(m_stage, internalformat, expected_value));
2966 glUseProgram(program_load);
2991 glDeleteProgram(program_load);

Completed in 106 milliseconds