Home
last modified time | relevance | path

Searched refs:GL_MAX_INTEGER_SAMPLES (Results 1 – 25 of 49) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRenderbufferMultisampleTest.cpp66 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
DTextureMultisampleTest.cpp358 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRenderbufferMultisampleTest.cpp69 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
DTextureMultisampleTest.cpp362 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cLimitsTests.cpp198 { "max_integer_samples", GL_MAX_INTEGER_SAMPLES, 1, 0, "" }, in init()
Dgl4cES31CompatibilitySampleVariablesTests.cpp265 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
Dgl4cShaderImageLoadStoreTests.cpp2380 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run()
3285 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run()
3451 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &isamples); in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGLCoverageTests.cpp95 GL_MAX_INTEGER_SAMPLES }; in iterate()
Des31cSampleShadingTests.cpp260 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
Des31cTextureStorageMultisampleDependenciesTests.cpp949 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate()
1960 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate()
Des31cTextureStorageMultisampleFunctionalTests.cpp783 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp113 …OR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX… in iterate()
Des31fIntegerStateQueryTests.cpp794 …verifierSuffix).c_str(), "Test GL_MAX_INTEGER_SAMPLES", GL_MAX_INTEGER_SAMPLES, 1, ver… in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp316 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
DglcSampleVariablesTests.cpp267 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
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/
DEGLPrintEGLinfoTest.cpp273 QUERY_AND_LOG_CAPABILITY(GL_MAX_INTEGER_SAMPLES, stream); in LogGles31Capabilities()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
Drenderergl_utils.cpp1133 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
Drenderergl_utils.cpp912 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.inl1229 case GL_MAX_INTEGER_SAMPLES: return "GL_MAX_INTEGER_SAMPLES";
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwEnums.inl1507 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp3797 case GL_MAX_INTEGER_SAMPLES: in GetQueryParameterInfo()
/third_party/skia/third_party/externals/angle2/include/GLES3/
Dgl31.h1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro

12