/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 178 { "max_geometry_image_uniforms", GL_MAX_GEOMETRY_IMAGE_UNIFORMS, 0, 0, "gl_MaxGeometryImageUniforms" }, in init()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 127 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS); in SupportedInGS() 1095 if (!CheckMax(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, 0)) in Run() 1098 << tcu::TestLog::Message << "GL_MAX_GEOMETRY_IMAGE_UNIFORMS value is invalid." in Run() 5044 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &i); in Run() 9394 pname = GL_MAX_GEOMETRY_IMAGE_UNIFORMS; 11206 << "Program which exceeds limit of GL_MAX_GEOMETRY_IMAGE_UNIFORMS was linked successfully." 11571 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &max_geometry_image_uniforms);
|
H A D | gl4cShaderImageSizeTests.cpp | 118 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS); in SupportedInGS()
|
H A D | gl4cShadingLanguage420PackTests.cpp | 1724 gl.getIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &max_image_uniforms); in maxImageUniforms()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 41 MAX_GEOMETRY_IMAGE_UNIFORMS = GL_MAX_GEOMETRY_IMAGE_UNIFORMS; in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 395 { "gl_MaxGeometryImageUniforms", getInteger<GL_MAX_GEOMETRY_IMAGE_UNIFORMS> }, in init()
|
H A D | es31fIntegerStateQueryTests.cpp | 913 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_geometry_image_uniforms_" + verifierSuffix).c_str(), "Test MAX_GEOMETRY_IMAGE_UNIFORMS", GL_MAX_GEOMETRY_IMAGE_UNIFORMS, 0, verifier, glu::ApiType::es(3, 2))) in init()
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 2612 { GL_MAX_GEOMETRY_IMAGE_UNIFORMS, usage.numImages },
|
H A D | es31fGeometryShaderTests.cpp | 6142 queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_image_uniforms", "", GL_MAX_GEOMETRY_IMAGE_UNIFORMS, "MaxGeometryImageUniforms", 0));
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 307 QUERY_AND_LOG_CAPABILITY(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, stream); in LogGles32Capabilities()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 352 case STC_GEOMETRY_SHADER: return GL_MAX_GEOMETRY_IMAGE_UNIFORMS; in getQueryPname()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1024 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 820 stageQuery = GL_MAX_GEOMETRY_IMAGE_UNIFORMS; in isImageSupportedForStageOnDevice()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1604 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1585 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1606 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1585 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2183 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
H A D | glext.h | 2131 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2164 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
H A D | glext.h | 2112 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2220 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
H A D | glext.h | 2167 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2220 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|
H A D | glext.h | 2167 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
|