/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 498 "glGet*() calls report correct disabled/enabled status of GL_SAMPLE_MASK mode.") in GLCoverageGLSampleMaskModeStatusIsReportedCorrectlyTest() 512 /* Check GL_SAMPLE_MASK is disabled by default */ in iterate() 513 glw::GLint enabled = gl.isEnabled(GL_SAMPLE_MASK); in iterate() 514 GLU_EXPECT_NO_ERROR(gl.getError(), "Unexpected error generated by glIsEnabled(GL_SAMPLE_MASK) call."); in iterate() 518 TCU_FAIL("GL_SAMPLE_MASK mode is considered enabled by default which is incorrect."); in iterate() 526 gl.getBooleanv(GL_SAMPLE_MASK, &bool_value); in iterate() 527 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetBooleanv() reported an error when queried for GL_SAMPLE_MASK property"); in iterate() 531 TCU_FAIL("Invalid boolean value reported for GL_SAMPLE_MASK property"); in iterate() 534 gl.getFloatv(GL_SAMPLE_MASK, &float_value); in iterate() 535 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv() reported an error when queried for GL_SAMPLE_MASK propert in iterate() [all...] |
H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 936 /* Enable GL_SAMPLE_MASK mode */ in iterate() 937 gl.enable(GL_SAMPLE_MASK); in iterate() 939 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) call generated an unexpected error"); in iterate() 1581 /* Enable GL_SAMPLE_MASK mode */ in iterate() 1582 gl.enable(GL_SAMPLE_MASK); in iterate() 1584 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) call generated an unexpected error"); in iterate() 1653 * However, due to active GL_SAMPLE_MASK and the way we configured it, only one sample should have been rendered. in iterate() 2139 /* Enable GL_SAMPLE_MASK mode */ in iterate() 2140 gl.enable(GL_SAMPLE_MASK); in iterate() 2142 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK) cal in iterate() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fBooleanStateQueryTests.cpp | 149 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)}, in init()
|
H A D | es31fMultisampleTests.cpp | 450 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage; in iterate() 454 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG); in iterate() 460 gl.enable(GL_SAMPLE_MASK); in iterate() 461 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)"); in iterate() 463 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage; in iterate() 465 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage; in iterate() 470 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG); in iterate() 474 "Comparison of same pattern with GL_SAMPLE_MASK disabled and enabled", in iterate() 573 gl.enable(GL_SAMPLE_MASK); in init() 574 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)"); in init() [all...] |
H A D | es31fSampleVariableTests.cpp | 1189 gl.enable(GL_SAMPLE_MASK); 1215 gl.disable(GL_SAMPLE_MASK); 2047 << "Discarding half of the samples using GL_SAMPLE_MASK, setting inverse mask in fragment shader using gl_SampleMask, expecting:\n" 2071 gl.enable(GL_SAMPLE_MASK); 2092 gl.disable(GL_SAMPLE_MASK); 2299 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "sample_mask", "Test with GL_SAMPLE_MASK");
|
H A D | es31fTextureMultisampleTests.cpp | 882 gl.enable(GL_SAMPLE_MASK); in updateTexture() 896 gl.enable(GL_SAMPLE_MASK); in updateTexture() 941 gl.disable (GL_SAMPLE_MASK); in updateTexture()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | BackendGL.cpp | 187 mFunctions.Enable(GL_SAMPLE_MASK);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | enable.c | 1287 case GL_SAMPLE_MASK: in _mesa_set_enable() 1953 case GL_SAMPLE_MASK: in _mesa_IsEnabled()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 135 gl.disable(GL_SAMPLE_MASK); in resetStateES() 743 gl.disable(GL_SAMPLE_MASK); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1303 case GL_SAMPLE_MASK: 1446 case GL_SAMPLE_MASK: in getEnableFeature() 2404 case GL_SAMPLE_MASK:
|
H A D | queryutils.cpp | 3843 case GL_SAMPLE_MASK: in GetQueryParameterInfo()
|
H A D | validationES2.cpp | 602 case GL_SAMPLE_MASK: in ValidCap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1467 mFunctions->enable(GL_SAMPLE_MASK); in setSampleMaskEnabled() 1471 mFunctions->disable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
|
H A D | functionsgl_enums.h | 796 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1343 #define GL_SAMPLE_MASK 0x8E51 macro
|
H A D | gl32.h | 1343 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl31.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|
H A D | gl32.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl31.h | 1345 #define GL_SAMPLE_MASK 0x8E51 macro
|
H A D | gl32.h | 1345 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl31.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|
H A D | gl32.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1122 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1545 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1526 #define GL_SAMPLE_MASK 0x8E51 macro
|