Searched refs:GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE (Results 1 - 22 of 22) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleDependenciesTests.cpp259 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
262 << "as opposed to expected status: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"
407 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
410 << "as opposed to expected status: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"
444 if (fbo_status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
447 << "as opposed to expected status: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"
635 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
638 << " expected: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" << tcu::TestLog::EndMessage;
658 if (fbo_completeness != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
661 << " expected: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" << tc
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp392 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
453 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
512 return GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp216 addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Mixed multi- and single-sampled attachments");
224 addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, "Number of samples differ");
/external/deqp/framework/opengl/
H A DgluStrUtil.inl244 case GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: return "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE";
/external/mesa3d/src/mesa/main/
H A Dfbobject.c1058 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
1066 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
1083 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
1092 fb->_Status = GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h681 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
/external/deqp/modules/gles31/functional/
H A Des31fTextureMultisampleTests.cpp1754 if (status != GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE)
1756 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Expected GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, got " << glu::getFramebufferStatusName(status) << tcu::TestLog::EndMessage;
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1115 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3431 if (GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE != (status = gl.checkNamedFramebufferStatus(fbo, GL_FRAMEBUFFER)))
3538 if (GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE != (status = gl.checkNamedFramebufferStatus(fbo, GL_FRAMEBUFFER)))
/external/mesa3d/include/GLES3/
H A Dgl3.h870 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
H A Dgl31.h870 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
H A Dgl32.h870 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
/external/swiftshader/include/GLES3/
H A Dgl3.h874 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
/external/mesa3d/include/GL/
H A Dglcorearb.h1196 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
H A Dglext.h1077 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h1196 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
H A Dglext.h1077 #define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56 macro
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 358 milliseconds