/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleDependenciesTests.cpp | 259 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 407 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 444 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 635 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 658 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 681 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 849 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 865 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate() 1144 if (fbo_completeness_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 385 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in completeness() 441 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in completeness() 495 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in completeness()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 216 …addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Mixed multi- and single-sampled attachments"); in check() 224 addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Number of samples differ"); in check()
|
/external/angle/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 966 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, in TEST_P() 1002 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, in TEST_P() 1029 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, in TEST_P() 1053 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, in TEST_P()
|
D | MultisampledRenderToTextureTest.cpp | 298 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, in TEST_P()
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 1197 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in checkStatusWithGLFrontEnd() 1274 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in checkStatusWithGLFrontEnd() 1319 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in checkStatusWithGLFrontEnd() 1410 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in checkStatusWithGLFrontEnd()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.completeness.txt | 109 GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE otherwise.
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 1198 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness() 1223 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness() 1244 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness() 1253 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness() 1417 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness() 1427 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE; in _mesa_test_framebuffer_completeness()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 550 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 244 case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: return "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE";
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 681 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 1754 if (status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE) in iterate()
|
/external/angle/include/GLES3/ |
D | gl3.h | 874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
D | gl31.h | 876 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
D | gl32.h | 876 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
D | gl31.h | 874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
D | gl32.h | 874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1129 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 3431 …if (GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE != (status = gl.checkNamedFramebufferStatus(fbo, GL_FRAM… in IncompleteMultisampleRenderbufferTestCase() 3538 …if (GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE != (status = gl.checkNamedFramebufferStatus(fbo, GL_FRAM… in IncompleteMultisampleTextureTestCase()
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 1196 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1196 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
D | glext.h | 1077 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4847 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
|