Searched refs:ReadMS (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 3281 …if (!ReadMS(GL_RGBA32F, vec4(-1.0f, 10.0f, -200.0f, 3000.0f), vec4(-1.0f, 10.0f, -200.0f, 3000.0f)… in Run() 3288 if (!ReadMS(GL_RGBA32I, ivec4(1, -2, 3, -4), ivec4(1, -2, 3, -4))) in Run() 3290 if (!ReadMS(GL_RGBA32UI, uvec4(1, 2, 3, 4), uvec4(1, 2, 3, 4))) in Run() 3306 bool ReadMS(GLenum internalformat, const T& value, const T& expected_value) in ReadMS() function in gl4cts::__anon57be67590111::BasicAllTargetsLoadMS
|