/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 146 { "max_compute_uniform_blocks", GL_MAX_COMPUTE_UNIFORM_BLOCKS, 14, 0, "" }, in init()
|
H A D | gl4cMultiBindTests.cpp | 3409 gl.getIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &max_buffers); in iterate()
|
H A D | gl4cComputeShaderTests.cpp | 2346 if (!Check(GL_MAX_COMPUTE_UNIFORM_BLOCKS, 12)) in Run()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 255 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMPUTE_UNIFORM_BLOCKS, stream); in LogGles31Capabilities()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeComputeTests.cpp | 192 << "} block[" << getResourceLimit(ctx, GL_MAX_COMPUTE_UNIFORM_BLOCKS) + 1 << "];\n"; in exceed_uniform_block_limit() 197 ctx.beginSection("Link error is generated if a compute shader exceeds GL_MAX_COMPUTE_UNIFORM_BLOCKS."); in exceed_uniform_block_limit() 862 { exceed_uniform_block_limit, "exceed_uniform_block_limit", "Link error when shader exceeds GL_MAX_COMPUTE_UNIFORM_BLOCKS" }, in getNegativeComputeTestFunctions()
|
H A D | es31fIntegerStateQueryTests.cpp | 521 const glw::GLenum maxUniformBlocksEnum = (m_target == GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS) ? GL_MAX_COMPUTE_UNIFORM_BLOCKS in iterate() 835 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_compute_uniform_blocks_" + verifierSuffix).c_str(), "Test MAX_COMPUTE_UNIFORM_BLOCKS", GL_MAX_COMPUTE_UNIFORM_BLOCKS, 12, verifier)) in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2575 { GL_MAX_COMPUTE_UNIFORM_BLOCKS, usage.numUniformBlocks },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1201 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
H A D | renderergl_utils.cpp | 1200 QuerySingleGLInt(functions, GL_MAX_COMPUTE_UNIFORM_BLOCKS); in GenerateCaps()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 3067 gl().getIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &units); in maxArraySize()
|
H A D | es31cComputeShaderTests.cpp | 2333 if (!Check(GL_MAX_COMPUTE_UNIFORM_BLOCKS, 12)) in Run()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1210 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
H A D | gl32.h | 1210 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl31.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
H A D | gl32.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3812 case GL_MAX_COMPUTE_UNIFORM_BLOCKS: in GetQueryParameterInfo()
|
H A D | Context.cpp | 1846 case GL_MAX_COMPUTE_UNIFORM_BLOCKS: in getIntegervImpl()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl31.h | 1212 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
H A D | gl32.h | 1212 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl31.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
H A D | gl32.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2238 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2219 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2275 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2275 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|