/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_multisample.cpp | 71 glEnable(GL_MULTISAMPLE); in test_images_read_2D_multisample() 99 glEnable(GL_MULTISAMPLE); in test_images_read_2Darray_multisample()
|
D | test_image_methods.cpp | 401 glEnable(GL_MULTISAMPLE); in test_image_methods_multisample()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPostDepthCoverageTests.cpp | 417 gl.enable(GL_MULTISAMPLE); in iterate() 487 gl.disable(GL_MULTISAMPLE); in iterate()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 3924 gl.disable(GL_MULTISAMPLE); in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 265 #define GL_MULTISAMPLE 0x809D macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 159 #define GL_MULTISAMPLE 0x809D macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 134 #define GL_MULTISAMPLE 0x809D macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 134 #define GL_MULTISAMPLE 0x809D macro
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 1212 case GL_MULTISAMPLE: context->setMultisampleEnabled(false); break; in Disable() 1349 case GL_MULTISAMPLE: context->setMultisampleEnabled(true); break; in Enable() 2516 case GL_MULTISAMPLE: return context->isMultisampleEnabled(); break; in IsEnabled()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 732 gl.enable (GL_MULTISAMPLE); in resetStateGLCore()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.cpp | 1469 gl.enable(GL_MULTISAMPLE); in iterate() 1482 gl.disable(GL_MULTISAMPLE); in iterate()
|
/external/angle/include/GLES/ |
D | gl.h | 138 #define GL_MULTISAMPLE 0x809D macro
|
/external/mesa3d/src/mesa/main/ |
D | enable.c | 347 ctx->Driver.Enable(ctx, GL_MULTISAMPLE, state); in _mesa_set_multisample()
|
D | attrib.c | 1506 GL_MULTISAMPLE); in _mesa_PopAttrib()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1775 #define GL_MULTISAMPLE 0x809D macro
|
D | glcorearb.h | 516 #define GL_MULTISAMPLE 0x809D macro
|
D | glext.h | 158 #define GL_MULTISAMPLE 0x809D macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 355 #define GL_MULTISAMPLE 0x809D macro
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4727 glEnable(GL_MULTISAMPLE); in vrend_hw_emit_rs() 4729 glDisable(GL_MULTISAMPLE); in vrend_hw_emit_rs()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 515 #define GL_MULTISAMPLE 0x809D macro
|
D | glext.h | 156 #define GL_MULTISAMPLE 0x809D macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1279 #define GL_MULTISAMPLE 0x809D macro
|
/external/crosvm/gpu_renderer/src/generated/ |
D | epoxy_egl.rs | 1944 pub const GL_MULTISAMPLE: u32 = 32925; constant
|