Searched refs:GL_SAMPLE_MASK (Results 1 - 20 of 20) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp498 "glGet*() calls report correct disabled/enabled status of GL_SAMPLE_MASK mode.")
512 /* Check GL_SAMPLE_MASK is disabled by default */
513 glw::GLint enabled = gl.isEnabled(GL_SAMPLE_MASK);
514 GLU_EXPECT_NO_ERROR(gl.getError(), "Unexpected error generated by glIsEnabled(GL_SAMPLE_MASK) call.");
518 TCU_FAIL("GL_SAMPLE_MASK mode is considered enabled by default which is incorrect.");
526 gl.getBooleanv(GL_SAMPLE_MASK, &bool_value);
527 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetBooleanv() reported an error when queried for GL_SAMPLE_MASK property");
531 TCU_FAIL("Invalid boolean value reported for GL_SAMPLE_MASK property");
534 gl.getFloatv(GL_SAMPLE_MASK, &float_value);
535 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv() reported an error when queried for GL_SAMPLE_MASK propert
[all...]
H A Des31cTextureStorageMultisampleFunctionalTests.cpp936 /* Enable GL_SAMPLE_MASK mode */
937 gl.enable(GL_SAMPLE_MASK);
939 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) call generated an unexpected error");
1581 /* Enable GL_SAMPLE_MASK mode */
1582 gl.enable(GL_SAMPLE_MASK);
1584 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) call generated an unexpected error");
1653 * However, due to active GL_SAMPLE_MASK and the way we configured it, only one sample should have been rendered.
2139 /* Enable GL_SAMPLE_MASK mode */
2140 gl.enable(GL_SAMPLE_MASK);
2142 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) cal
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.cpp146 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)},
H A Des31fMultisampleTests.cpp450 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
454 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
460 gl.enable(GL_SAMPLE_MASK);
461 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
463 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
465 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
470 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
474 "Comparison of same pattern with GL_SAMPLE_MASK disabled and enabled",
573 gl.enable(GL_SAMPLE_MASK);
574 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
[all...]
H A Des31fSampleVariableTests.cpp1171 gl.enable(GL_SAMPLE_MASK);
1197 gl.disable(GL_SAMPLE_MASK);
2025 << "Discarding half of the samples using GL_SAMPLE_MASK, setting inverse mask in fragment shader using gl_SampleMask, expecting:\n"
2049 gl.enable(GL_SAMPLE_MASK);
2070 gl.disable(GL_SAMPLE_MASK);
2276 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "sample_mask", "Test with GL_SAMPLE_MASK");
H A Des31fTextureMultisampleTests.cpp880 gl.enable(GL_SAMPLE_MASK);
894 gl.enable(GL_SAMPLE_MASK);
939 gl.disable (GL_SAMPLE_MASK);
/external/deqp/framework/opengl/
H A DgluStrUtil.inl486 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
1352 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
H A DgluStateReset.cpp135 gl.disable(GL_SAMPLE_MASK);
743 gl.disable(GL_SAMPLE_MASK);
/external/mesa3d/src/mesa/main/
H A Denable.c1020 case GL_SAMPLE_MASK:
1627 case GL_SAMPLE_MASK:
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h306 { GL_SAMPLE_MASK, CONTEXT_BOOL(Multisample.SampleMask), extra_ARB_texture_multisample },
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c779 _mesa_set_enable(ctx, GL_SAMPLE_MASK, GL_FALSE);
1165 _mesa_set_enable(ctx, GL_SAMPLE_MASK, save_ms->SampleMask);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1251 #define GL_SAMPLE_MASK 0x8E51
/external/mesa3d/include/GLES3/
H A Dgl31.h1337 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dgl32.h1337 #define GL_SAMPLE_MASK 0x8E51 macro
/external/mesa3d/include/GL/
H A Dglcorearb.h1582 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dglext.h1469 #define GL_SAMPLE_MASK 0x8E51 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h1582 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dglext.h1469 #define GL_SAMPLE_MASK 0x8E51 macro
/external/robolectric/v3/runtime/
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 612 milliseconds