Home
last modified time | relevance | path

Searched refs:GL_MAX_INTEGER_SAMPLES (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRenderbufferMultisampleTest.cpp69 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
H A DTextureMultisampleTest.cpp362 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
H A DMultisampledRenderToTextureTest.cpp33 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 Dgl4cLimitsTests.cpp198 { "max_integer_samples", GL_MAX_INTEGER_SAMPLES, 1, 0, "" }, in init()
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp265 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
H A Dgl4cShaderImageLoadStoreTests.cpp2379 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 Des31cTextureStorageMultisampleGLCoverageTests.cpp50 ", GL_MAX_INTEGER_SAMPLES, GL_TEXTURE_BINDING_2D_MULTISAMPLE and" in GLCoverageExtensionSpecificEnumsAreRecognizedTest()
95 GL_MAX_INTEGER_SAMPLES }; in iterate()
H A Des31cSampleShadingTests.cpp260 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
H A Des31cTextureStorageMultisampleDependenciesTests.cpp945 /* 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 Des31cTextureStorageMultisampleFunctionalTests.cpp780 /* 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 Des31fInternalFormatQueryTests.cpp113 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 Des31fIntegerStateQueryTests.cpp794 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 DglcShaderMultisampleInterpolationTests.cpp316 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
H A DglcSampleVariablesTests.cpp267 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
H A DglcRobustBufferAccessBehaviorTests.cpp1396 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 DEGLPrintEGLinfoTest.cpp273 QUERY_AND_LOG_CAPABILITY(GL_MAX_INTEGER_SAMPLES, stream); in LogGles31Capabilities()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
H A Drenderergl_utils.cpp1133 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1349 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
H A Dgl32.h1349 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
/third_party/openGLES/api/GLES3/
H A Dgl31.h1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
H A Dgl32.h1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp3797 case GL_MAX_INTEGER_SAMPLES: in GetQueryParameterInfo()
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl31.h1351 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl31.h1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro

Completed in 104 milliseconds

12