/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 146 { "max_compute_uniform_blocks", GL_MAX_COMPUTE_UNIFORM_BLOCKS, 14, 0, "" }, in init()
|
D | gl4cMultiBindTests.cpp | 3409 gl.getIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &max_buffers); in iterate()
|
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/ |
D | EGLPrintEGLinfoTest.cpp | 255 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMPUTE_UNIFORM_BLOCKS, stream); in LogGles31Capabilities()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fIntegerStateQueryTests.cpp | 521 …cksEnum = (m_target == GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS) ? GL_MAX_COMPUTE_UNIFORM_BLOCKS in iterate() 835 …fierSuffix).c_str(), "Test MAX_COMPUTE_UNIFORM_BLOCKS", GL_MAX_COMPUTE_UNIFORM_BLOCKS, 12… in init()
|
D | es31fNegativeComputeTests.cpp | 192 << "} block[" << getResourceLimit(ctx, GL_MAX_COMPUTE_UNIFORM_BLOCKS) + 1 << "];\n"; in exceed_uniform_block_limit()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2575 { GL_MAX_COMPUTE_UNIFORM_BLOCKS, usage.numUniformBlocks }, in checkShaderResourceUsage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 1201 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
D | renderergl_utils.cpp | 1200 QuerySingleGLInt(functions, GL_MAX_COMPUTE_UNIFORM_BLOCKS); in GenerateCaps()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.inl | 1258 case GL_MAX_COMPUTE_UNIFORM_BLOCKS: return "GL_MAX_COMPUTE_UNIFORM_BLOCKS";
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 3067 gl().getIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &units); in maxArraySize()
|
D | es31cComputeShaderTests.cpp | 1982 if (!Check(GL_MAX_COMPUTE_UNIFORM_BLOCKS, 12)) in Run()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1578 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 3812 case GL_MAX_COMPUTE_UNIFORM_BLOCKS: in GetQueryParameterInfo()
|
D | Context.cpp | 1846 case GL_MAX_COMPUTE_UNIFORM_BLOCKS: in getIntegervImpl()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
D | gl31.h | 1212 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
D | gl32.h | 1212 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/mesa3d/include/GLES3/ |
D | gl31.h | 1210 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
D | gl32.h | 1210 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl31.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
D | gl32.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/openGLES/api/GLES3/ |
D | gl31.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
D | gl32.h | 1191 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/openGLES/api/GL/ |
D | glcorearb.h | 2219 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|
/third_party/mesa3d/include/GL/ |
D | glcorearb.h | 2238 #define GL_MAX_COMPUTE_UNIFORM_BLOCKS 0x91BB macro
|