Searched refs:GL_MAX_GEOMETRY_IMAGE_UNIFORMS (Results 1 - 16 of 16) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcExtTokens.cpp41 MAX_GEOMETRY_IMAGE_UNIFORMS = GL_MAX_GEOMETRY_IMAGE_UNIFORMS;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp178 { "max_geometry_image_uniforms", GL_MAX_GEOMETRY_IMAGE_UNIFORMS, 0, 0, "gl_MaxGeometryImageUniforms" },
H A Dgl4cShaderImageSizeTests.cpp118 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS);
H A Dgl4cShaderImageLoadStoreTests.cpp125 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &imagesGS);
1051 if (!CheckMax(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, 0))
1054 << tcu::TestLog::Message << "GL_MAX_GEOMETRY_IMAGE_UNIFORMS value is invalid."
4997 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &i);
9317 pname = GL_MAX_GEOMETRY_IMAGE_UNIFORMS;
11129 << "Program which exceeds limit of GL_MAX_GEOMETRY_IMAGE_UNIFORMS was linked successfully."
11478 glGetIntegerv(GL_MAX_GEOMETRY_IMAGE_UNIFORMS, &max_geometry_image_uniforms);
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp384 { "gl_MaxGeometryImageUniforms", getInteger<GL_MAX_GEOMETRY_IMAGE_UNIFORMS> },
H A Des31fIntegerStateQueryTests.cpp908 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)))
H A Des31fProgramInterfaceQueryTestCase.cpp2606 { GL_MAX_GEOMETRY_IMAGE_UNIFORMS, usage.numImages },
H A Des31fGeometryShaderTests.cpp6093 queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_image_uniforms", "", GL_MAX_GEOMETRY_IMAGE_UNIFORMS, "MaxGeometryImageUniforms", 0));
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1246 case GL_MAX_GEOMETRY_IMAGE_UNIFORMS: return "GL_MAX_GEOMETRY_IMAGE_UNIFORMS";
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h370 { GL_MAX_GEOMETRY_IMAGE_UNIFORMS, CONTEXT_INT(Const.Program[MESA_SHADER_GEOMETRY].MaxImageUniforms), extra_ARB_shader_image_load_store_and_geometry_shader },
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1438 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD
/external/mesa3d/include/GLES3/
H A Dgl32.h1596 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
/external/mesa3d/include/GL/
H A Dglcorearb.h2220 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
H A Dglext.h2167 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2220 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro
H A Dglext.h2167 #define GL_MAX_GEOMETRY_IMAGE_UNIFORMS 0x90CD macro

Completed in 1507 milliseconds