Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp2376 if (!WriteMS(GL_RGBA32F, vec4(-1.0f, 2.0f, 3.0f, -4.0f), vec4(-1.0f, 2.0f, 3.0f, -4.0f))) in Run()
2383 if (!WriteMS(GL_RGBA32I, ivec4(1, -2, 3, -4), ivec4(1, -2, 3, -4))) in Run()
2385 if (!WriteMS(GL_RGBA32UI, uvec4(1, 2, 3, 4), uvec4(1, 2, 3, 4))) in Run()
2645 bool WriteMS(GLenum internalformat, const T& write_value, const T& expected_value) in WriteMS() function in gl4cts::__anonb00615420111::BasicAllTargetsStore