Home
last modified time | relevance | path

Searched refs:GL_SAMPLE_MASK (Results 1 – 25 of 44) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGLCoverageTests.cpp513 glw::GLint enabled = gl.isEnabled(GL_SAMPLE_MASK); in iterate()
526 gl.getBooleanv(GL_SAMPLE_MASK, &bool_value); in iterate()
534 gl.getFloatv(GL_SAMPLE_MASK, &float_value); in iterate()
542 gl.getIntegerv(GL_SAMPLE_MASK, &int_value); in iterate()
551 gl.enable(GL_SAMPLE_MASK); in iterate()
556 enabled = gl.isEnabled(GL_SAMPLE_MASK); in iterate()
565 gl.getBooleanv(GL_SAMPLE_MASK, &bool_value); in iterate()
573 gl.getFloatv(GL_SAMPLE_MASK, &float_value); in iterate()
581 gl.getIntegerv(GL_SAMPLE_MASK, &int_value); in iterate()
590 gl.disable(GL_SAMPLE_MASK); in iterate()
[all …]
Des31cTextureStorageMultisampleFunctionalTests.cpp937 gl.enable(GL_SAMPLE_MASK); in iterate()
1582 gl.enable(GL_SAMPLE_MASK); in iterate()
2140 gl.enable(GL_SAMPLE_MASK); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBooleanStateQueryTests.cpp149 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)}, in init()
Des31fMultisampleTests.cpp460 gl.enable(GL_SAMPLE_MASK); in iterate()
573 gl.enable(GL_SAMPLE_MASK); in init()
773 gl.enable(GL_SAMPLE_MASK); in iterate()
923 gl.enable(GL_SAMPLE_MASK); in iterate()
Des31fSampleVariableTests.cpp1189 gl.enable(GL_SAMPLE_MASK); in preDraw()
1215 gl.disable(GL_SAMPLE_MASK); in postDraw()
2071 gl.enable(GL_SAMPLE_MASK); in preDraw()
2092 gl.disable(GL_SAMPLE_MASK); in postDraw()
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/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt86 GL_SAMPLE_MASK. With single sample render targets gl_SampleMaskIn should not
87 depend on GL_SAMPLE_MASK value.
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp187 mFunctions.Enable(GL_SAMPLE_MASK); in InitializeImpl()
/third_party/vk-gl-cts/framework/opengl/
DgluStateReset.cpp135 gl.disable(GL_SAMPLE_MASK); in resetStateES()
743 gl.disable(GL_SAMPLE_MASK); in resetStateGLCore()
DgluStrUtil.inl486 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
1352 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DState.cpp928 case GL_SAMPLE_MASK: in setEnableFeature()
1031 case GL_SAMPLE_MASK: in getEnableFeature()
1858 case GL_SAMPLE_MASK: in getBooleanv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h796 #define GL_SAMPLE_MASK 0x8E51 macro
DStateManagerGL.cpp1172 mFunctions->enable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
1176 mFunctions->disable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h796 #define GL_SAMPLE_MASK 0x8E51 macro
DStateManagerGL.cpp1467 mFunctions->enable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
1471 mFunctions->disable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
/third_party/mesa3d/src/mesa/main/
Denable.c1316 case GL_SAMPLE_MASK: in _mesa_set_enable()
1988 case GL_SAMPLE_MASK: in _mesa_IsEnabled()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.cpp1303 case GL_SAMPLE_MASK: in setEnableFeature()
1446 case GL_SAMPLE_MASK: in getEnableFeature()
2399 case GL_SAMPLE_MASK: in getBooleanv()
Dqueryutils.cpp3843 case GL_SAMPLE_MASK: in GetQueryParameterInfo()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c816 _mesa_set_enable(ctx, GL_SAMPLE_MASK, GL_FALSE); in _mesa_meta_begin()
1186 _mesa_set_enable(ctx, GL_SAMPLE_MASK, save_ms->SampleMask); in _mesa_meta_end()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwEnums.inl1268 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/
Dgl31.h1345 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/mesa3d/include/GLES3/
Dgl31.h1343 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
Dgl31.h1324 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
Dgl31.h1345 #define GL_SAMPLE_MASK 0x8E51 macro
/third_party/openGLES/api/GLES3/
Dgl31.h1324 #define GL_SAMPLE_MASK 0x8E51 macro

12