/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RenderbufferMultisampleTest.cpp | 69 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
H A D | TextureMultisampleTest.cpp | 362 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
H A D | MultisampledRenderToTextureTest.cpp | 33 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &mMaxIntegerSamples); 191 // Linux Intel Vulkan returns 0 for GL_MAX_INTEGER_SAMPLES http://anglebug.com/5988 in TEST_P() 3662 // Linux Intel Vulkan returns 0 for GL_MAX_INTEGER_SAMPLES http://anglebug.com/5988 in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 198 { "max_integer_samples", GL_MAX_INTEGER_SAMPLES, 1, 0, "" }, in init()
|
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 265 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 2379 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run() 3284 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run() 3450 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 50 ", GL_MAX_INTEGER_SAMPLES, GL_TEXTURE_BINDING_2D_MULTISAMPLE and" in GLCoverageExtensionSpecificEnumsAreRecognizedTest() 95 GL_MAX_INTEGER_SAMPLES }; in iterate()
|
H A D | es31cSampleShadingTests.cpp | 260 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
H A D | es31cTextureStorageMultisampleDependenciesTests.cpp | 945 /* Retrieve GL_MAX_INTEGER_SAMPLES and GL_MAX_SAMPLES values */ in iterate() 949 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate() 1268 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not retrieve GL_MAX_INTEGER_SAMPLES and/or GL_MAX_SAMPLES values"); in iterate() 1418 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not retrieve GL_MAX_INTEGER_SAMPLES and/or GL_MAX_SAMPLE values"); in iterate() 1957 /* Retrieve GL_MAX_INTEGER_SAMPLES pname value */ in iterate() 1960 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate() 1961 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not retrieve GL_MAX_INTEGER_SAMPLES value."); in iterate()
|
H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 780 /* Make sure GL_MAX_INTEGER_SAMPLES is at least 2 */ in iterate() 783 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate() 784 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not query GL_MAX_INTEGER_SAMPLES pname value"); in iterate() 788 throw tcu::NotSupportedError("GL_MAX_INTEGER_SAMPLES is lower than 2"); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 113 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES); in iterate()
|
H A D | es31fIntegerStateQueryTests.cpp | 794 FOR_EACH_VERIFIER(new MaxSamplesCase(m_context, (std::string() + "max_integer_samples_" + verifierSuffix).c_str(), "Test GL_MAX_INTEGER_SAMPLES", GL_MAX_INTEGER_SAMPLES, 1, verifier)) in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 316 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
H A D | glcSampleVariablesTests.cpp | 267 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1396 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &max_integer_samples); in iterate() 2427 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &max_integer_samples); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 273 QUERY_AND_LOG_CAPABILITY(GL_MAX_INTEGER_SAMPLES, stream); in LogGles31Capabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
H A D | renderergl_utils.cpp | 1133 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1349 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
H A D | gl32.h | 1349 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl31.h | 1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
H A D | gl32.h | 1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 3797 case GL_MAX_INTEGER_SAMPLES: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl31.h | 1351 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl31.h | 1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|