Searched refs:ReadCube (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 2918 …if (!ReadCube(GL_RGBA32F, vec4(-1.0f, 10.0f, -200.0f, 3000.0f), vec4(-1.0f, 10.0f, -200.0f, 3000.0… in Run() 2920 if (!ReadCube(GL_RGBA32I, ivec4(-1, 10, -200, 3000), ivec4(-1, 10, -200, 3000))) in Run() 2922 if (!ReadCube(GL_RGBA32UI, uvec4(1, 10, 200, 3000), uvec4(1, 10, 200, 3000))) in Run() 3063 bool ReadCube(GLenum internalformat, const T& value, const T& expected_value) in ReadCube() function in gl4cts::__anonb00615420111::BasicAllTargetsLoadNonMS
|