/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 513 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 …]
|
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 937 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/ |
D | es31fBooleanStateQueryTests.cpp | 149 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)}, in init()
|
D | es31fMultisampleTests.cpp | 460 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()
|
D | es31fSampleVariableTests.cpp | 1189 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()
|
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/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.shaders.sample_variables.txt | 86 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/ |
D | BackendGL.cpp | 187 mFunctions.Enable(GL_SAMPLE_MASK); in InitializeImpl()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStateReset.cpp | 135 gl.disable(GL_SAMPLE_MASK); in resetStateES() 743 gl.disable(GL_SAMPLE_MASK); in resetStateGLCore()
|
D | gluStrUtil.inl | 486 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/ |
D | State.cpp | 928 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/ |
D | functionsgl_enums.h | 796 #define GL_SAMPLE_MASK 0x8E51 macro
|
D | StateManagerGL.cpp | 1172 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/ |
D | functionsgl_enums.h | 796 #define GL_SAMPLE_MASK 0x8E51 macro
|
D | StateManagerGL.cpp | 1467 mFunctions->enable(GL_SAMPLE_MASK); in setSampleMaskEnabled() 1471 mFunctions->disable(GL_SAMPLE_MASK); in setSampleMaskEnabled()
|
/third_party/mesa3d/src/mesa/main/ |
D | enable.c | 1316 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/ |
D | State.cpp | 1303 case GL_SAMPLE_MASK: in setEnableFeature() 1446 case GL_SAMPLE_MASK: in getEnableFeature() 2399 case GL_SAMPLE_MASK: in getBooleanv()
|
D | queryutils.cpp | 3843 case GL_SAMPLE_MASK: in GetQueryParameterInfo()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 816 _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/ |
D | glwEnums.inl | 1268 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/ |
D | gl31.h | 1345 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/mesa3d/include/GLES3/ |
D | gl31.h | 1343 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
D | gl31.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
D | gl31.h | 1345 #define GL_SAMPLE_MASK 0x8E51 macro
|
/third_party/openGLES/api/GLES3/ |
D | gl31.h | 1324 #define GL_SAMPLE_MASK 0x8E51 macro
|