/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RenderbufferMultisampleTest.cpp | 66 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
D | TextureMultisampleTest.cpp | 358 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RenderbufferMultisampleTest.cpp | 69 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
D | TextureMultisampleTest.cpp | 362 glGetIntegerv(GL_MAX_INTEGER_SAMPLES, &maxIntegerSamples); in TEST_P()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 198 { "max_integer_samples", GL_MAX_INTEGER_SAMPLES, 1, 0, "" }, in init()
|
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 265 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
D | gl4cShaderImageLoadStoreTests.cpp | 2380 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/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 95 GL_MAX_INTEGER_SAMPLES }; in iterate()
|
D | es31cSampleShadingTests.cpp | 260 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
D | es31cTextureStorageMultisampleDependenciesTests.cpp | 949 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()
|
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 783 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &gl_max_integer_samples_value); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 113 …OR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX… in iterate()
|
D | es31fIntegerStateQueryTests.cpp | 794 …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/ |
D | glcShaderMultisampleInterpolationTests.cpp | 316 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
D | glcSampleVariablesTests.cpp | 267 gl.getIntegerv(GL_MAX_INTEGER_SAMPLES, &maxSamples); in iterate()
|
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/ |
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/ |
D | functionsgl_enums.h | 784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
D | renderergl_utils.cpp | 1133 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 784 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
D | renderergl_utils.cpp | 912 std::min(QuerySingleGLInt(functions, GL_MAX_INTEGER_SAMPLES), sampleCountLimit); in GenerateCaps()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.inl | 1229 case GL_MAX_INTEGER_SAMPLES: return "GL_MAX_INTEGER_SAMPLES";
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1507 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 3797 case GL_MAX_INTEGER_SAMPLES: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl31.h | 1330 #define GL_MAX_INTEGER_SAMPLES 0x9110 macro
|