Home
last modified time | relevance | path

Searched refs:blocksCS (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp3170 GLint blocksCS; in Run() local
3171 glGetIntegerv(GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, &blocksCS); in Run()
3172 if (blocksCS < 8) in Run()
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp2928 GLint blocksCS; in Run() local
2929 glGetIntegerv(GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, &blocksCS); in Run()
2930 if (blocksCS < 8) in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp2940 GLint blocksCS; in Run() local
2941 glGetIntegerv(GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, &blocksCS); in Run()
2942 if (blocksCS < 8) in Run()

Completed in 34 milliseconds