/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 147 { "max_compute_texture_image_units", GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16, 0, "gl_MaxComputeTextureImageUnits" }, in init()
|
H A D | gl4cMultiBindTests.cpp | 3729 gl.getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &max_textures); in iterate() 4217 gl.getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
|
H A D | gl4cComputeShaderTests.cpp | 2348 if (!Check(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16)) in Run() 2406 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, p); in Run()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 342 { "gl_MaxComputeTextureImageUnits", getInteger<GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS> }, in init()
|
H A D | es31fNegativeComputeTests.cpp | 222 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS) + 1; in exceed_texture_image_units_limit() 240 log << tcu::TestLog::Message << "Possible link error is generated if compute shader exceeds GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS." << tcu::TestLog::EndMessage; in exceed_texture_image_units_limit() 864 { exceed_texture_image_units_limit, "exceed_texture_image_units_limit", "Link error when shader exceeds GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS" }, in getNegativeComputeTestFunctions()
|
H A D | es31fIntegerStateQueryTests.cpp | 836 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_compute_texture_image_units_" + verifierSuffix).c_str(), "Test MAX_COMPUTE_TEXTURE_IMAGE_UNITS", GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16, verifier)) in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2576 { GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, usage.numSamplers },
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 254 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, stream); in LogGles31Capabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1200 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
H A D | renderergl_utils.cpp | 1202 QuerySingleGLInt(functions, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS); in GenerateCaps()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 2013 gl().getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &units); in maxArraySize()
|
H A D | es31cComputeShaderTests.cpp | 2335 if (!Check(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16)) in Run() 2383 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, p); in Run()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1211 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
H A D | gl32.h | 1211 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl31.h | 1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
H A D | gl32.h | 1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3813 case GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS: in GetQueryParameterInfo()
|
H A D | Context.cpp | 1849 case GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS: in getIntegervImpl()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl31.h | 1213 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
H A D | gl32.h | 1213 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl31.h | 1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
H A D | gl32.h | 1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 10879 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &maxTextureImageUnits); 11016 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &maxTextureImageUnits);
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2239 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2220 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
|