Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGLCoverageTests.cpp498 "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 Des31cTextureStorageMultisampleFunctionalTests.cpp936 /* 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 Des31fBooleanStateQueryTests.cpp149 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)}, in init()
H A Des31fMultisampleTests.cpp450 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 Des31fSampleVariableTests.cpp1189 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 Des31fTextureMultisampleTests.cpp882 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 DBackendGL.cpp187 mFunctions.Enable(GL_SAMPLE_MASK);
/third_party/mesa3d/src/mesa/main/
H A Denable.c1287 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 DgluStateReset.cpp135 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 DState.cpp1303 case GL_SAMPLE_MASK:
1446 case GL_SAMPLE_MASK: in getEnableFeature()
2404 case GL_SAMPLE_MASK:
H A Dqueryutils.cpp3843 case GL_SAMPLE_MASK: in GetQueryParameterInfo()
H A DvalidationES2.cpp602 case GL_SAMPLE_MASK: in ValidCap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1467 mFunctions->enable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
1471 mFunctions->disable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
H A Dfunctionsgl_enums.h796 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1343 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dgl32.h1343 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/openGLES/api/GLES3/
H A Dgl31.h1324 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dgl32.h1324 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl31.h1345 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dgl32.h1345 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl31.h1324 #define GL_SAMPLE_MASK 0x8E51 macro
H A Dgl32.h1324 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/glfw/deps/glad/
H A Dgl.h1122 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1545 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h1526 #define GL_SAMPLE_MASK 0x8E51 macro

Completed in 145 milliseconds

12